Fixed hidden stashes not showing up

This commit is contained in:
Eddoursul 2024-04-23 20:54:18 +02:00
parent 371d93ed9d
commit 408eb4158c
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function OnOpenContainer(ObjectReference targetContainer)
; Wait for it to open ; Wait for it to open
int i int i
while i < 20 && targetContainer.GetOpenState() == 2 && ! Utility.IsInMenuMode() while i < 20 && targetContainer.GetOpenState() == 2 && ! Utility.IsInMenuMode()
Utility.Wait(0.1) Utility.WaitMenuMode(0.1)
i += 1 i += 1
endwhile endwhile