Increased delay for PlayerBookShelfContainerScript
This commit is contained in:
parent
b598d8fe38
commit
477029e357
Binary file not shown.
@ -149,7 +149,7 @@ state AtHome
|
||||
if bookShelf
|
||||
ObjectReference ref = bookShelf
|
||||
bookShelf = None
|
||||
Utility.wait(0.5)
|
||||
Utility.wait(1.0)
|
||||
int iLimit = 10
|
||||
while iLimit > 0 && (ref as PlayerBookShelfContainerScript).GetState() == "PlacingBooks"
|
||||
iLimit -= 1
|
||||
|
Loading…
Reference in New Issue
Block a user