fix(Scripts/Commands) fix formatting in server debug (#20801)
This commit is contained in:
parent
a9ff6f834c
commit
ae4e673713
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue