chip mc moment

This commit is contained in:
Chipmunk 2023-04-24 23:07:26 -04:00
parent 35f247ef29
commit 0a4dab93d6

View file

@ -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 {