-
Notifications
You must be signed in to change notification settings - Fork 10
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
Containers not updating settings correctly #29
Comments
Had debug mode on and saw the storage tab has an additional button in this mode. Storage mode doesn't change when moved out of user mode, is that intended? |
A settings update can be forced by changing the priority of the building, which fixes the problem and instantly ejects any incorrect items. |
Yea, I've been having this issue as well. It seems also that sometimes settings are lost on moving the container to a new location, but this one is a little harder to find and reproduce to figure out what steps cause it. |
It seems that on load or on minification and re-place, storage buildings will occasionally stop running the code that sets them as valid storage locations, as well as the code that causes items to be ejected if they don't match the storage tab settings. This has happened several times in my current game, leading to a need to deconstruct and rebuild the storage item itself. The error log does not seem to have any errors, but I can provide that as needed.
I should note that the settings are still listed correctly on the storage tab itself, so that at least is being saved.
The text was updated successfully, but these errors were encountered: