Version info pulled from config.

This commit is contained in:
2022-06-06 03:26:34 -04:00
parent d5d957a910
commit ad4678ab3c
2 changed files with 2 additions and 12 deletions
+2 -2
View File
@@ -169,8 +169,8 @@ public class LoginServer {
// Configure the VersionInfoMsgs:
this.versionInfoMessage = new VersionInfoMsg(MBServerStatics.PCMajorVer,
MBServerStatics.PCMinorVer);
this.versionInfoMessage = new VersionInfoMsg(ConfigManager.MB_MAJOR_VER.getValue(),
ConfigManager.MB_MINOR_VER.getValue());
Logger.info("Initializing Database Pool");
initDatabasePool();