forked from chipmunkmc/chipmunkbot
chip mc moment
This commit is contained in:
parent
35f247ef29
commit
0a4dab93d6
1 changed files with 5 additions and 3 deletions
|
@ -219,9 +219,11 @@ public class CommandCore extends SessionAdapter {
|
||||||
currentBlockRelative = null;
|
currentBlockRelative = null;
|
||||||
ready = false;
|
ready = false;
|
||||||
|
|
||||||
refillTimer.cancel();
|
if (refillTimer != null) {
|
||||||
refillTimer.purge();
|
refillTimer.cancel();
|
||||||
refillTimer = null;
|
refillTimer.purge();
|
||||||
|
refillTimer = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class Listener {
|
public static class Listener {
|
||||||
|
|
Loading…
Reference in a new issue