mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes autoobserve storage interfaces getting stuck for ghosts (#93460)
## About The Pull Request Closes #93459 ## Changelog 🆑 fix: Fixed autoobserve storage interfaces getting stuck for ghosts /🆑
This commit is contained in:
@@ -344,7 +344,7 @@ GLOBAL_LIST_INIT(available_ui_styles, list(
|
||||
screenmob.client.screen += infodisplay
|
||||
if(always_visible_inventory.len)
|
||||
screenmob.client.screen += always_visible_inventory
|
||||
if(open_containers.len)
|
||||
if(open_containers.len && screenmob == mymob) // Don't show open inventories to ghosts
|
||||
screenmob.client.screen += open_containers
|
||||
screenmob.client.screen += toggle_palette
|
||||
|
||||
|
||||
Reference in New Issue
Block a user