Updated api to 1,13.

This commit is contained in:
Zack Piispanen 2013-04-19 23:54:11 -04:00
parent a8ce4e511e
commit b37552ff27
5 changed files with 6 additions and 9 deletions

View file

@ -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;