This commit is contained in:
DBotThePony 2025-02-17 10:37:25 +07:00
parent 995a57e631
commit 97e22459c5
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -243,6 +243,7 @@ fun onMouseScrolled(event: ScreenEvent.MouseScrolled.Pre) {
}
fun onPostScreenInit(event: ScreenEvent.Init.Post) {
if (!LOGGED_IN) return
inventoryLogic(event)
onceClient {
exosuitInventoryLogic(event.screen, event::addListener)