forked from ChomeNS/chipmunkmod
get it on 900
This commit is contained in:
parent
8fce7f0ee6
commit
78689abe93
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class CommandCore {
|
|||
|
||||
timer.schedule(task, 50, 50);
|
||||
|
||||
timer.schedule(refillTask, 50, 550);
|
||||
timer.schedule(refillTask, 50, 900);
|
||||
}
|
||||
|
||||
private void tick () {
|
||||
|
|
Loading…
Reference in a new issue