Fixed an issue with /item

This commit is contained in:
Deathmax 2011-06-02 22:55:15 +08:00
parent 00ce4ff2c4
commit 098841e7e9
2 changed files with 6 additions and 6 deletions

View file

@ -210,8 +210,6 @@ namespace TShockAPI
int x = (int)Main.player[ply].position.X;
int y = (int)Main.player[ply].position.Y;
//if (Tools.IsAdmin(ply))
//{
if (msg.StartsWith("/"))
{
Commands.CommandArgs args = new Commands.CommandArgs(msg, x, y, ply);