From d9a75dad42430b25b053a73e60b117b91ab333d8 Mon Sep 17 00:00:00 2001 From: White Date: Tue, 29 Sep 2015 19:02:25 +0930 Subject: [PATCH] /reload command now uses Permissions.cfgreload like it says it does --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 4055a65c..dba03176 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -338,7 +338,7 @@ namespace TShockAPI { HelpText = "Shuts down the server without saving." }); - add(new Command(Permissions.maintenance, Reload, "reload") + add(new Command(Permissions.cfgreload, Reload, "reload") { HelpText = "Reloads the server configuration file." });