From 3355e572360928c080ec70baf86b519c45f5682c Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Thu, 18 Aug 2022 17:57:40 +0200 Subject: [PATCH] Remove ready tags on knife round start (#846) --- scripting/get5/kniferounds.sp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripting/get5/kniferounds.sp b/scripting/get5/kniferounds.sp index 16e06a662..b733209c7 100644 --- a/scripting/get5/kniferounds.sp +++ b/scripting/get5/kniferounds.sp @@ -2,6 +2,9 @@ public Action StartKnifeRound(Handle timer) { g_HasKnifeRoundStarted = false; g_PendingSideSwap = false; + // Removes ready tags + SetMatchTeamCvars(); + Get5_MessageToAll("%t", "KnifeIn5SecInfoMessage"); if (InWarmup()) { EndWarmup(5);