mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/LFG: Restore ".lfg queue" command argument handling
This commit is contained in:
@@ -137,9 +137,9 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool HandleLfgQueueInfoCommand(ChatHandler* handler, bool full)
|
||||
static bool HandleLfgQueueInfoCommand(ChatHandler* handler, Tail full)
|
||||
{
|
||||
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(full).c_str(), true);
|
||||
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(!full.empty()).c_str(), true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user