Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
locus313 committed Jun 18, 2021
1 parent c81900a commit d440dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod-as-platform/src/AZTH_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Battleground_SC : public BGScript
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;
Expand Down

0 comments on commit d440dd8

Please sign in to comment.