Fixed block construction / Added build version to crash

This commit is contained in:
Anuken
2018-07-06 10:54:20 -04:00
parent b6531efe08
commit c2c837329c
4 changed files with 18 additions and 15 deletions
@@ -2,7 +2,6 @@ package io.anuke.mindustry.io;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.async.AsyncExecutor;
import io.anuke.mindustry.core.GameState.State;
import io.anuke.mindustry.game.Difficulty;
import io.anuke.mindustry.game.GameMode;
@@ -21,8 +20,6 @@ public class Saves {
private boolean saving;
private float time;
private AsyncExecutor exec = new AsyncExecutor(1);
public void load(){
saves.clear();
for(int i = 0; i < saveSlots; i ++){