Fixed ClassCastException thrown on Junction use and turret prediction

This commit is contained in:
Anuken
2017-09-11 17:50:42 -04:00
parent d53f12aeb9
commit 4c860a0315
8 changed files with 35 additions and 26 deletions
@@ -31,6 +31,7 @@ public class LevelDialog extends Dialog{
hide();
Vars.ui.showLoading();
Timers.run(16, ()->{
Vars.control.reset();
World.loadMap(selectedMap);
Vars.control.play();
});