Separate item give perm from item spawn
This commit is contained in:
parent
b16ff6efc7
commit
ba73d5906a
2 changed files with 4 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ namespace TShockAPI
|
|||
});
|
||||
#endregion
|
||||
#region Item Commands
|
||||
add(new Command(Permissions.item, Give, "give", "g")
|
||||
add(new Command(Permissions.give, Give, "give", "g")
|
||||
{
|
||||
HelpText = "Gives another player an item."
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue