_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
|
; Wait for it to open
|
||||||
int i
|
int i
|
||||||
while i < 20 && targetContainer.GetOpenState() == 2
|
while i < 20 && targetContainer.GetOpenState() == 2 && ! Utility.IsInMenuMode()
|
||||||
Utility.WaitMenuMode(0.1)
|
Utility.Wait(0.1)
|
||||||
i += 1
|
i += 1
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user