1

Fixed AT_HomeInventoryUpdate event listener

This commit is contained in:
Eddoursul 2022-06-30 12:52:03 +02:00
parent f312441f13
commit 805d9948b8
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -95,9 +95,8 @@ Event OnUpdate()
EndEvent EndEvent
event OnHomeInventoryUpdate() event OnHomeInventoryUpdate(string eventName, string strArg, float numArg, Form sender)
if bAtHome if bAtHome
Debug.Notification("Triggered AT_HomeInventoryUpdate")
SyncCellStorage() SyncCellStorage()
endif endif
endevent endevent