fixed login bug

This commit is contained in:
2024-09-07 18:01:23 -05:00
parent e5a32c83c5
commit 8f394cd01d
3 changed files with 8 additions and 18 deletions
+3
View File
@@ -210,6 +210,9 @@ public class LoginServer {
nextServerTime = LocalDateTime.now().plusSeconds(1);
}
//load realm for the server pop creation screen
Realm.loadAllRealms();
if (LocalDateTime.now().isAfter(nextDatabaseTime)) {
String pop = SimulationManager.getPopulationString();
Logger.info("Keepalive: " + pop);