Browse Source

build cleanup

lakebane-jobs
FatBoy-DOTC 2 days ago
parent
commit
b94f8e4b03
  1. 2
      src/engine/objects/PlayerCharacter.java

2
src/engine/objects/PlayerCharacter.java

@ -5184,7 +5184,7 @@ public class PlayerCharacter extends AbstractCharacter { @@ -5184,7 +5184,7 @@ public class PlayerCharacter extends AbstractCharacter {
if (!this.isBoxed && this.timestamps.get("nextBoxCheck") < System.currentTimeMillis()) {
this.isBoxed = checkIfBoxed(this);
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000););
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000);
}
if (this.level < 10 && this.enteredWorld) {

Loading…
Cancel
Save