Updated api to 1,13.
This commit is contained in:
parent
a8ce4e511e
commit
b37552ff27
5 changed files with 6 additions and 9 deletions
|
|
@ -85,7 +85,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (names == null || names.Length < 1)
|
||||
throw new NotSupportedException();
|
||||
Permissions = null;
|
||||
Permissions = new List<string>();
|
||||
Names = new List<string>(names);
|
||||
command = cmd;
|
||||
AllowServer = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue