attempt to stop second box crash

This commit is contained in:
2025-02-28 17:31:40 -06:00
parent 9b2a1a271e
commit 78131ed6f2
+2 -1
View File
@@ -5684,7 +5684,8 @@ public class PlayerCharacter extends AbstractCharacter {
}
public void setEnteredWorld(boolean enteredWorld) {
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000);
if(enteredWorld)
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000);
this.enteredWorld = enteredWorld;
}