diff --git a/scripting/get5.sp b/scripting/get5.sp index 5e87710b9..4f048a77d 100644 --- a/scripting/get5.sp +++ b/scripting/get5.sp @@ -819,7 +819,6 @@ static Action Event_PlayerDisconnect(Event event, const char[] name, bool dontBr // to get the right "number of players per team" in CheckForSurrenderOnDisconnect(). CreateTimer(0.1, Timer_DisconnectCheck, _, TIMER_FLAG_NO_MAPCHANGE); } - return Plugin_Continue; } static Action Timer_DisconnectCheck(Handle timer) {