Код:
public boolean onEnable() {
super.onEnable();
this.reset();
this.target = null;
this.isResettingSprint = false;
this.aliceBypassCounter = 0;
return false;
}
public void onDisable() {
super.onDisable();
this.reset();
this.timerUtility.setLastMS(0L);
this.target = null;
this.isResettingSprint = false;
this.aliceBypassCounter = 0;
mc.timer.timerSpeed = 1.0F;
}