attempt to stop second box crash

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