Add toggleparty permission | Fix #1256
This commit is contained in:
parent
69a9b0e29c
commit
2b2e01b1eb
2 changed files with 16 additions and 1 deletions
|
|
@ -379,6 +379,9 @@ namespace TShockAPI
|
|||
[Description("Player can place banned tiles.")]
|
||||
public static readonly string canusebannedtiles = "tshock.tiles.usebanned";
|
||||
|
||||
[Description("Player can toggle party event.")]
|
||||
public static readonly string toggleparty = "tshock.world.toggleparty";
|
||||
|
||||
/// <summary>
|
||||
/// Lists all commands associated with a given permission
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue