Removed most units from tech tree / Bugfixes / Balancing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user