mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 18:46:15 +00:00
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…
Add table
Reference in a new issue