Removed most units from tech tree / Bugfixes / Balancing

This commit is contained in:
Anuken
2019-02-24 10:39:59 -05:00
parent 1ed4e9f5bb
commit e112e3f949
13 changed files with 33 additions and 36 deletions

View File

@@ -103,8 +103,6 @@ public class NetworkIO{
player.resetID(id);
player.add();
world.beginMapLoad();
//map
world.spawner.read(stream);
SaveIO.getSaveWriter().readMap(stream);
@@ -135,8 +133,6 @@ public class NetworkIO{
}
}
world.endMapLoad();
}catch(IOException e){
throw new RuntimeException(e);
}