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;
|
||||
ready = false;
|
||||
|
||||
refillTimer.cancel();
|
||||
refillTimer.purge();
|
||||
refillTimer = null;
|
||||
if (refillTimer != null) {
|
||||
refillTimer.cancel();
|
||||
refillTimer.purge();
|
||||
refillTimer = null;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Listener {
|
||||
|
|
Loading…
Reference in a new issue