From 4d200ee24a050a6863cce23c589d43186488b09c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 20 Jun 2011 00:06:03 -0600 Subject: [PATCH] Pretty sure that we don't need assume that there aren't other commands from other plugins. --- TShockAPI/Commands.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 33d9f7da..9192f6d8 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -176,7 +176,6 @@ namespace TShockAPI if (cmd == null) { - player.SendMessage("That command does not exist, try /help", Color.Red); } else {