_00E_ContainerBonusControl fix
This commit is contained in:
parent
e8b554a48a
commit
f138873023
Binary file not shown.
@ -23,8 +23,8 @@ function OnOpenContainer(ObjectReference targetContainer)
|
||||
|
||||
; Wait for it to open
|
||||
int i
|
||||
while i < 20 && targetContainer.GetOpenState() == 2
|
||||
Utility.WaitMenuMode(0.1)
|
||||
while i < 20 && targetContainer.GetOpenState() == 2 && ! Utility.IsInMenuMode()
|
||||
Utility.Wait(0.1)
|
||||
i += 1
|
||||
endwhile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user