Delegate /tphere * to a separate permission. Also made teleports more exact

This commit is contained in:
MarioE 2014-06-24 00:18:41 -04:00
parent f4bce20d50
commit 5225a55e76
2 changed files with 30 additions and 21 deletions

View file

@ -198,6 +198,9 @@ namespace TShockAPI
// tshock.tp nodes
[Description("User can teleport *everyone* to them.")]
public static readonly string tpallothers = "tshock.tp.allothers";
[Description("User can teleport to others.")]
public static readonly string tp = "tshock.tp.self";