Fix up /tpnpc a bit, tick version

This commit is contained in:
MarioE 2014-07-20 18:08:01 -04:00
parent 4ce305b91d
commit 1228acbbc8
3 changed files with 9 additions and 9 deletions

View file

@ -213,8 +213,8 @@ 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("User can teleport to an NPC.")]
public static readonly string tpnpc = "tshock.tp.npc";
[Description("Users can stop people from teleporting.")]
public static readonly string tpallow = "tshock.tp.block";