Initial continuous server implementation

This commit is contained in:
Anuken
2018-08-21 16:37:57 -04:00
parent 0ddee379ca
commit 3aedc07ad0
8 changed files with 89 additions and 49 deletions
@@ -118,6 +118,8 @@ public class NetworkIO{
i += consecutives;
}
stream.write(Team.all.length);
//write team data
for(Team team : Team.all){
TeamData data = state.teams.get(team);