From 914393363eca4cbc9670208b667335d482b20c80 Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 2 Mar 2025 10:21:45 +0100 Subject: [PATCH] [entWatch-Beacon] Don't block round_start --- entWatch4/scripting/entWatch-beacon.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entWatch4/scripting/entWatch-beacon.sp b/entWatch4/scripting/entWatch-beacon.sp index ec7c42cf..2f31bfce 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; } //----------------------------------------------------------------------------------------------------