Merged dev onto 1273_Skybox

This commit is contained in:
Michael Rausch
2017-09-27 14:46:12 +13:00
parent 982fac38a0
commit 78f64557c3
6 changed files with 8 additions and 9 deletions
@@ -82,8 +82,6 @@ public class MainServerThread implements Runnable, ClientConnectionDelegate {
startAdvertisingServer();
PolarTable.parsePolarFile(getClass().getResourceAsStream("/server_config/acc_polars.csv"));
GameState.addMessageEventListener(this::broadcastMessage);
startUpdatingWind();
startSpawningTokens();
sendSetupMessages();
}