fix: update

This commit is contained in:
Patrick Lewis
2021-06-18 13:44:31 -07:00
parent c81900a8df
commit d440dd8105

View File

@@ -91,7 +91,7 @@ public:
bg->SetStartDelayTime(BG_START_DELAY_15S);
}
void CanSendMessageArenaQueue(BattlegroundQueue* /*queue*/, GroupQueueInfo* ginfo, bool IsJoin) override
bool CanSendMessageArenaQueue(BattlegroundQueue* /*queue*/, GroupQueueInfo* ginfo, bool IsJoin)
{
if (!ginfo->IsRated || !ginfo->ArenaType || ginfo->Players.empty())
return true;