7273747576777879808182
/* * Initiate the game server. */ public GameServer() throws SQLException { configuration = new GameServerConf(); GameRequestTable.init(); ExpTable.init(); if (DAO.getInstance() == null) {