FIX AUTO REFILL NTO WORKING AFTER RECONNECt (MAJOR)
This commit is contained in:
parent
5f00a1925b
commit
d72b215fe4
1 changed files with 1 additions and 4 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue