Already logged when connection manager is created.
parent
48aef2ef01
commit
b6ce3b7ee9
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue