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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user