mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 22:16:14 +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 () {
|
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…
Add table
Reference in a new issue