Skip to content

Commit

Permalink
Remove ready tags on knife round start (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Aug 20, 2022
1 parent e6fd1c8 commit 3355e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripting/get5/kniferounds.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3355e57

Please sign in to comment.