4243444546474849505152
NETWORK = tankGameState.getNetwork(); GameStateManager.getInstance().attachChild(tankGameState); tankGameState.setActive(true); physics.setActive(true); } else { game.shutdown(); } } /** * Queries the user for whether or not to run in server mode.