Delegate /tphere * to a separate permission. Also made teleports more exact
This commit is contained in:
parent
f4bce20d50
commit
5225a55e76
2 changed files with 30 additions and 21 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue