fix(Scripts/Commands) fix formatting in server debug (#20801)

This commit is contained in:
Tereneckla
2024-12-01 10:11:23 +00:00
committed by GitHub
parent a9ff6f834c
commit ae4e673713

View File

@@ -137,7 +137,7 @@ public:
handler->PSendSysMessage("Compiled on: {}", GitRevision::GetHostOSVersion());
handler->PSendSysMessage("Worldserver listening connections on port %" PRIu16, worldPort);
handler->PSendSysMessage("Worldserver listening connections on port {}", worldPort);
handler->PSendSysMessage("{}", dbPortOutput);
bool vmapIndoorCheck = sWorld->getBoolConfig(CONFIG_VMAP_INDOOR_CHECK);