FIX AUTO REFILL NTO WORKING AFTER RECONNECt (MAJOR)

This commit is contained in:
Chayapak 2023-10-04 14:28:00 +07:00
parent 5f00a1925b
commit d72b215fe4

View file

@ -46,10 +46,7 @@ public class CommandCore {
} }
public void init () { public void init () {
if (timer != null) { if (timer != null) cleanup();
cleanup();
return;
}
final TimerTask task = new TimerTask() { final TimerTask task = new TimerTask() {
public void run () { public void run () {