diff --git a/entWatch4/scripting/entWatch-beacon.sp b/entWatch4/scripting/entWatch-beacon.sp index ec7c42c..2f31bfc 100644 --- a/entWatch4/scripting/entWatch-beacon.sp +++ b/entWatch4/scripting/entWatch-beacon.sp @@ -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; } //----------------------------------------------------------------------------------------------------