Player player = (Player)session.getAttribute("PlayerInstance");
GameServer game = MainServer.getMainServerInstance().getGameForReconnection(player);
session.setAttribute("GameServerInstance", game);
game.switchPlayer(player);
return game.getGameName();
}
}