Already logged when connection manager is created.

This commit is contained in:
2023-06-07 14:32:01 -04:00
parent 48aef2ef01
commit b6ce3b7ee9
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -277,8 +277,6 @@ public class LoginServer {
}
Logger.info("Magicbane binding to: " + ConfigManager.MB_BIND_ADDR.getValue() + ":" + ConfigManager.MB_LOGIN_PORT.getValue());
InetAddress addy = InetAddress.getByName(ConfigManager.MB_BIND_ADDR.getValue());
int port = Integer.parseInt(ConfigManager.MB_LOGIN_PORT.getValue());
-2
View File
@@ -258,8 +258,6 @@ public class WorldServer {
}
Logger.info("Magicbane binding to: " + ConfigManager.MB_BIND_ADDR.getValue() + ":" + ConfigManager.MB_LOGIN_PORT.getValue());
InetAddress addy = InetAddress.getByName(ConfigManager.MB_BIND_ADDR.getValue());
int port = Integer.parseInt(ConfigManager.MB_WORLD_PORT.getValue());