From 4ea7d10482ee68a150339ae4f7c1f40c7a9cf52d Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 11 Dec 2017 15:45:23 -0700 Subject: [PATCH] Remove stupid updates permission. Fixes #1540. --- TShockAPI/Permissions.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TShockAPI/Permissions.cs b/TShockAPI/Permissions.cs index bad4148f..d4fb9229 100644 --- a/TShockAPI/Permissions.cs +++ b/TShockAPI/Permissions.cs @@ -125,9 +125,6 @@ namespace TShockAPI [Description("User can reload the configurations file.")] public static readonly string cfgreload = "tshock.cfg.reload"; - [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";