fix: build

This commit is contained in:
Patrick Lewis
2021-06-18 13:30:25 -07:00
parent d2c2928da9
commit c81900a8df

View File

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