fix(Core/Misc): Resolve output formatting issues with fmt library (#21191)
This commit is contained in:
parent
9a50d9f228
commit
12aa9dc12c
4 changed files with 15 additions and 15 deletions
|
|
@ -217,7 +217,7 @@ public:
|
|||
static bool HandleMmapStatsCommand(ChatHandler* handler)
|
||||
{
|
||||
handler->PSendSysMessage("mmap stats:");
|
||||
//handler->PSendSysMessage(" global mmap pathfinding is %sabled", DisableMgr::IsPathfindingEnabled(mapId) ? "en" : "dis");
|
||||
//handler->PSendSysMessage(" global mmap pathfinding is {}abled", DisableMgr::IsPathfindingEnabled(mapId) ? "en" : "dis");
|
||||
|
||||
MMAP::MMapMgr* manager = MMAP::MMapFactory::createOrGetMMapMgr();
|
||||
handler->PSendSysMessage(" {} maps loaded with {} tiles overall", manager->getLoadedMapsCount(), manager->getLoadedTilesCount());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue