[entWatch-Beacon] Don't block round_start

This commit is contained in:
zaCade 2025-03-02 10:21:45 +01:00
parent 514daf6715
commit 914393363e

View File

@ -47,7 +47,7 @@ public Action Event_RoundStart(Event event, const char[] name, bool dontBroadcas
g_bDropped[i] = false;
g_bActive[i] = false;
}
return Plugin_Handled;
return Plugin_Continue;
}
//----------------------------------------------------------------------------------------------------