From c905a086d15eba40e2e725b48df266a8b20dbe49 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 23 Oct 2016 04:34:26 -0600 Subject: [PATCH] Remove commented out "updateplugins" command that does nothing. --- TShockAPI/Commands.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 2fcfa3c7..f317a1c1 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -354,11 +354,6 @@ namespace TShockAPI { HelpText = "Shows the TShock version." }); - /* Does nothing atm. - * - * add(new Command(Permissions.updateplugins, UpdatePlugins, "updateplugins") - { - });*/ add(new Command(Permissions.whitelist, Whitelist, "whitelist") { HelpText = "Manages the server whitelist."