Change tp and rootonly.
This commit is contained in:
parent
e1531ab675
commit
9c33980161
1 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ namespace TShockAPI
|
|||
// tshock.tp nodes
|
||||
|
||||
[Description("User can teleport to others.")]
|
||||
public static readonly string tp = "tshock.tp.to";
|
||||
public static readonly string tp = "tshock.tp.self";
|
||||
|
||||
[Description("User can teleport people to them.")]
|
||||
public static readonly string tphere = "tshock.tp.others";
|
||||
|
|
@ -255,7 +255,7 @@ namespace TShockAPI
|
|||
public static readonly string slap = "tshock.slap";
|
||||
|
||||
[Description("Meant for super admins only.")]
|
||||
public static readonly string rootonly = "tshock.rootonly";
|
||||
public static readonly string rootonly = "tshock.superadmin";
|
||||
|
||||
[Description("User can whisper to others.")]
|
||||
public static readonly string whisper = "tshock.whisper";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue