Pretty sure that we don't need assume that there aren't other commands from other plugins.

This commit is contained in:
Lucas Nicodemus 2011-06-20 00:06:03 -06:00
parent 616d0f60d7
commit 4d200ee24a

View file

@ -176,7 +176,6 @@ namespace TShockAPI
if (cmd == null) if (cmd == null)
{ {
player.SendMessage("That command does not exist, try /help", Color.Red);
} }
else else
{ {