Merge pull request #822 from WhiteXZ/general-devel

Add /tpnpc to allow teleportation to active npcs
This commit is contained in:
MarioE 2014-07-20 18:06:25 -04:00
commit 4ce305b91d
2 changed files with 45 additions and 0 deletions

View file

@ -213,6 +213,9 @@ namespace TShockAPI
[Description("User can teleport to tile positions.")]
public static readonly string tppos = "tshock.tp.pos";
[Description("User can teleport to npcs.")]
public static readonly string tpnpcs = "tshock.tp.npcs";
[Description("Users can stop people from teleporting.")]
public static readonly string tpallow = "tshock.tp.block";