-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created/owned structures missing from API in private server with broken patch #65
Comments
Here's the db entry for the spawn in question:
|
It appears this was potentially caused by my using a patched engine, but I cannot find anything in my patch that would cause this behavior. Please keep this issue open for a short while as I attempt to narrow down the misbehavior? |
Fixing some uses of |
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.
The text was updated successfully, but these errors were encountered: