-GameManager doesn't actually manage games (the games array is not even ever read from)
-PlayerManager does things GameManager is supposed to do
-Arenas should not be freed before players are teleported away
-Players array should have TTTPlayer objects
-GameManager doesn't actually manage games (the games array is not even ever read from) -PlayerManager does things GameManager is supposed to do -Arenas should not be freed before players are teleported away -Players array should have TTTPlayer objects
-Introduce ArenaManager?