Fix for Loginserver log messages

This commit is contained in:
Akkadius
2017-04-04 22:07:25 -05:00
parent 75950b0f2b
commit 9161921bf0
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ int main()
LogSys.LoadLogSettingsDefaults();
LogSys.log_settings[Logs::Error].log_to_console = Logs::General;
LogSys.log_settings[Logs::Error].is_category_enabled = 1;
Log(Logs::General, Logs::Login_Server, "Logging System Init.");