/reload command now uses Permissions.cfgreload like it says it does

This commit is contained in:
White 2015-09-29 19:02:25 +09:30
parent 90655adf8c
commit d9a75dad42

View file

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