attempt to stop second box crash

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