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