From a05da377877513f154d45f725e40622e0a77be6a Mon Sep 17 00:00:00 2001 From: Damen Date: Mon, 8 Apr 2019 18:37:52 -0400 Subject: [PATCH] fixes minor /acmds typo --- gamemodes/irresistible/cnr/commands/admin/_admin.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn index 2c3137b..d4c6574 100644 --- a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn +++ b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn @@ -107,7 +107,7 @@ static stock { 3, "/countdown", "Countdown" }, { 3, "/pingimmune", "Making a player immune from ping kicker" }, { 3, "/ban", "Banning a player" }, - { 3, "/forceac" "Force a player to use CAC while playing the server" }, + { 3, "/forceac", "Force a player to use CAC while playing the server" }, { 3, "/bring", "Bring a player to you" }, /* ** Level 4 Commands ** */