Add permission to allow a user to drop banned items.

This commit is contained in:
Zack Piispanen 2013-10-26 07:17:29 -04:00
parent ace810c8b3
commit 1fb6ab4eee
2 changed files with 4 additions and 1 deletions

View file

@ -145,6 +145,9 @@ namespace TShockAPI
[Description("Allow unrestricted SendTileSquare usage, for client side world editing.")]
public static readonly string allowclientsideworldedit = "tshock.ignore.sendtilesquare";
[Description("Allow dropping banned items without the item being eaten.")]
public static readonly string allowdroppingbanneditems = "tshock.ignore.dropbanneditem";
// tshock.item nodes
[Description("User can spawn items.")]