@@ -207,7 +207,6 @@ public class GUserInterface extends BaseGameServerRegister implements ActionList
JOptionPane.showMessageDialog(this.getFrame(), msg, title, JOptionPane.ERROR_MESSAGE);
}
- int i = 0;
protected void refreshServers()
{
if (!this.isLoaded())
@@ -235,6 +235,8 @@ public class GameServerTable
statement.setString(3, externalHost);
statement.executeUpdate();
statement.close();
+
+ this.register(id, new GameServerInfo(id, hexId));
catch (SQLException e)