Added permissions for spawn and home, since they really should be split.
This commit is contained in:
parent
d4709a31f1
commit
140c73be0a
2 changed files with 7 additions and 2 deletions
|
|
@ -171,6 +171,11 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can force the server to Christmas mode.")] public static readonly string xmas;
|
||||
|
||||
[Description("User can use /home.")] public static readonly string home;
|
||||
|
||||
[Description("User can use /spawn.")] public static readonly string spawn;
|
||||
|
||||
|
||||
static Permissions()
|
||||
{
|
||||
foreach (var field in typeof (Permissions).GetFields())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue