Possible junction clog fix

This commit is contained in:
Anuken
2018-02-19 20:13:45 -05:00
parent 2208198aa8
commit 1397ed2d06
4 changed files with 6 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ public class DebugFragment implements Fragment {
});
row();
new button("time", () -> {
Timers.resetTime(1080000/2f);
Timers.resetTime(1080000 - 60*10);
});
row();
new button("time2", () -> {