1

Increased delay for PlayerBookShelfContainerScript

This commit is contained in:
Eddoursul 2022-07-03 15:19:11 +02:00
parent b598d8fe38
commit 477029e357
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -149,7 +149,7 @@ state AtHome
if bookShelf if bookShelf
ObjectReference ref = bookShelf ObjectReference ref = bookShelf
bookShelf = None bookShelf = None
Utility.wait(0.5) Utility.wait(1.0)
int iLimit = 10 int iLimit = 10
while iLimit > 0 && (ref as PlayerBookShelfContainerScript).GetState() == "PlacingBooks" while iLimit > 0 && (ref as PlayerBookShelfContainerScript).GetState() == "PlacingBooks"
iLimit -= 1 iLimit -= 1