chip mc moment

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

View file

@ -219,10 +219,12 @@ public class CommandCore extends SessionAdapter {
currentBlockRelative = null;
ready = false;
if (refillTimer != null) {
refillTimer.cancel();
refillTimer.purge();
refillTimer = null;
}
}
public static class Listener {
public void ready () {}