uptime string formatting

This commit is contained in:
2025-03-24 18:35:59 -05:00
parent 321585dfd6
commit d219ea52be
+1 -1
View File
@@ -174,7 +174,7 @@ public class WorldServer {
}
}
//outString += " pop: " + SessionManager.getActivePlayerCharacterCount() + " max pop: " + SessionManager._maxPopulation;
outString += "Active Players: " + activePop + " Boxed Players: " + boxedPop;
outString += " Active Players: " + activePop + " Boxed Players: " + boxedPop;
} catch (Exception e) {
Logger.error("Failed to build string");
}