|  |  | @ -272,7 +272,7 @@ public class WorldServer { | 
			
		
	
		
		
			
				
					
					|  |  |  | 			} |  |  |  | 			} | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 			Logger.info("External address: " + ConfigManager.MB_EXTERNAL_ADDR.getValue() + ":" + ConfigManager.MB_WORLD_PORT.getValue()); |  |  |  | 			Logger.info("External address: " + ConfigManager.MB_EXTERNAL_ADDR.getValue() + ":" + ConfigManager.MB_WORLD_PORT.getValue()); | 
			
		
	
		
		
			
				
					
					|  |  |  | 			Logger.info("Internal address: " + ConfigManager.MB_BIND_ADDR.getValue() + ":" + ConfigManager.MB_LOGIN_PORT.getValue()); |  |  |  | 			Logger.info("Internal address: " + ConfigManager.MB_BIND_ADDR.getValue() + ":" + ConfigManager.MB_WORLD_PORT.getValue()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 			InetAddress addy = InetAddress.getByName(ConfigManager.MB_BIND_ADDR.getValue()); |  |  |  | 			InetAddress addy = InetAddress.getByName(ConfigManager.MB_BIND_ADDR.getValue()); | 
			
		
	
		
		
			
				
					
					|  |  |  | 			int port = Integer.parseInt(ConfigManager.MB_WORLD_PORT.getValue()); |  |  |  | 			int port = Integer.parseInt(ConfigManager.MB_WORLD_PORT.getValue()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |