build cleanup
This commit is contained in:
@@ -5184,7 +5184,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
|
|
||||||
if (!this.isBoxed && this.timestamps.get("nextBoxCheck") < System.currentTimeMillis()) {
|
if (!this.isBoxed && this.timestamps.get("nextBoxCheck") < System.currentTimeMillis()) {
|
||||||
this.isBoxed = checkIfBoxed(this);
|
this.isBoxed = checkIfBoxed(this);
|
||||||
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000););
|
this.timestamps.put("nextBoxCheck", System.currentTimeMillis() + 10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.level < 10 && this.enteredWorld) {
|
if (this.level < 10 && this.enteredWorld) {
|
||||||
|
|||||||
Reference in New Issue
Block a user