FIND_MY_SPAWNS just stopped working
-
In the last hour using FIND_MY_SPAWNS stopped working when being used with the find function on a room. It used to return a list with the spawns in the room, but now it just returns an empty list. (my spawns are still in the room)
-
Same here...
-
return an empty array
-
EMERGENCY!
Spawns are not contained in the Game.structures any more;
-
Links, controllers,extensions and ramparts are there, but no spawns.
-
this.spawns = this.find(FIND_STRUCTURES, {filter:{structureType:STRUCTURESPAWN}});
works
-
Sorry for that. It must be fixed now.