diff --git a/modules/mod-as-platform/src/AZTH_SC.cpp b/modules/mod-as-platform/src/AZTH_SC.cpp index 55a75f6..e9695f6 100644 --- a/modules/mod-as-platform/src/AZTH_SC.cpp +++ b/modules/mod-as-platform/src/AZTH_SC.cpp @@ -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;