Fixed an issue with /item
This commit is contained in:
parent
00ce4ff2c4
commit
098841e7e9
2 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue