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." });