mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 10:23:15 +00:00
* Fixes freezers locking automatically when closed. (#73253) ## About The Pull Request Took a little while to figure out what was going on, Freezers override close() but never return true when they successfully close which results in the code for locking the freezer being called right after closing it. ## Why It's Good For The Game Fixes an oversight. ## Changelog 🆑 fix: Freezer no longer lock automatically when closed. /🆑 * Fixes freezers locking automatically when closed. --------- Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>