From 9c3398016146602d3cc719a78d08c5b34f5ea269 Mon Sep 17 00:00:00 2001 From: MarioE Date: Tue, 24 Sep 2013 20:03:56 -0400 Subject: [PATCH] Change tp and rootonly. --- TShockAPI/Permissions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Permissions.cs b/TShockAPI/Permissions.cs index eb34a5b9..38e24491 100644 --- a/TShockAPI/Permissions.cs +++ b/TShockAPI/Permissions.cs @@ -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";