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 () {
|
||||
if (timer != null) {
|
||||
cleanup();
|
||||
return;
|
||||
}
|
||||
if (timer != null) cleanup();
|
||||
|
||||
final TimerTask task = new TimerTask() {
|
||||
public void run () {
|
||||
|
|
Loading…
Reference in a new issue