From 691a3684257c99055ba0875eedc511070566bf2a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 9 Dec 2017 20:42:47 -0700 Subject: [PATCH] Change permission node to tshock.cfg.createdumps --- TShockAPI/Permissions.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TShockAPI/Permissions.cs b/TShockAPI/Permissions.cs index a02b3ff7..bad4148f 100644 --- a/TShockAPI/Permissions.cs +++ b/TShockAPI/Permissions.cs @@ -103,9 +103,6 @@ namespace TShockAPI [Description("User can get other users' info.")] public static readonly string userinfo = "tshock.admin.userinfo"; - [Description("User can create reference files of Terraria IDs and the permission matrix in the server folder.")] - public static readonly string createdumps = "tshock.admin.createdumps"; - // tshock.buff nodes [Description("User can buff self.")] @@ -131,6 +128,9 @@ namespace TShockAPI [Description("User can download updates to plugins that are currently running.")] public static readonly string updateplugins = "tshock.cfg.updateplugins"; + [Description("User can create reference files of Terraria IDs and the permission matrix in the server folder.")] + public static readonly string createdumps = "tshock.cfg.createdumps"; + // tshock.ignore nodes [Description("Prevents you from being reverted by kill tile abuse detection.")]