Maintenance hour and bot/game version config entries removed.

This commit is contained in:
2023-02-19 07:48:50 -05:00
parent 10cd3636f7
commit 5af1687f19
2 changed files with 8 additions and 13 deletions
@@ -20,12 +20,8 @@ public class StatusRequestHandler {
String outString;
// Add version information
outString = "MagicBot: " + ConfigManager.MB_MAGICBOT_BOTVERSION.getValue() + "\n" +
"MagicBane: " + ConfigManager.MB_MAGICBOT_GAMEVERSION.getValue() + "\n";
// Add server status info
outString += "\nServer Status: ";
outString = "Server Status: ";
if (LoginServer.isPortInUse(Integer.parseInt(ConfigManager.MB_WORLD_PORT.getValue())))
outString += "ONLINE\n";