From d0aaf9a5dfb1b8ccde46a192fa1205b953cc76d2 Mon Sep 17 00:00:00 2001 From: Laurens de Voogd Date: Sat, 7 Jun 2014 02:56:13 +0200 Subject: [PATCH] Fixed /group --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index ede854ee..33148d64 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -2198,7 +2198,7 @@ namespace TShockAPI { string subcmd = args.Parameters.Count == 0 ? "help" : args.Parameters[0].ToLower(); - switch (args.Parameters[0].ToLower()) + switch (subcmd) { case "add": #region Add group