I have just init'd a brand new server, connected and created a player, then placed a spawn. Immediately I check and find that Game.spawns.Spawn is undefined, Game.rooms.W8N3.find(FIND_MY_STRUCTURES) finds only the room controller, Game.getObjectById(idofthespawn) returns null.
I have no idea how to further troubleshoot this. I encountered this problem first while using the cli to create some buildings to run some experiments, but later boiled it down to just a spawn on a fresh server.
I have just init'd a brand new server, connected and created a player, then placed a spawn. Immediately I check and find that
Game.spawns.Spawnis undefined,Game.rooms.W8N3.find(FIND_MY_STRUCTURES)finds only the room controller,Game.getObjectById(idofthespawn)returns null.I have no idea how to further troubleshoot this. I encountered this problem first while using the cli to create some buildings to run some experiments, but later boiled it down to just a spawn on a fresh server.