|  |  | @ -169,8 +169,8 @@ public class LoginServer { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         // Configure the VersionInfoMsgs:
 |  |  |  |         // Configure the VersionInfoMsgs:
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.versionInfoMessage = new VersionInfoMsg(MBServerStatics.PCMajorVer, |  |  |  |         this.versionInfoMessage = new VersionInfoMsg(ConfigManager.MB_MAJOR_VER.getValue(), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 MBServerStatics.PCMinorVer); |  |  |  |                 ConfigManager.MB_MINOR_VER.getValue()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         Logger.info("Initializing Database Pool"); |  |  |  |         Logger.info("Initializing Database Pool"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         initDatabasePool(); |  |  |  |         initDatabasePool(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |