Fix up /tpnpc a bit, tick version
This commit is contained in:
parent
4ce305b91d
commit
1228acbbc8
3 changed files with 9 additions and 9 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue