Fixed hidden stashes not showing up
This commit is contained in:
parent
371d93ed9d
commit
408eb4158c
Binary file not shown.
@ -24,7 +24,7 @@ function OnOpenContainer(ObjectReference targetContainer)
|
||||
; Wait for it to open
|
||||
int i
|
||||
while i < 20 && targetContainer.GetOpenState() == 2 && ! Utility.IsInMenuMode()
|
||||
Utility.Wait(0.1)
|
||||
Utility.WaitMenuMode(0.1)
|
||||
i += 1
|
||||
endwhile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user