/reload command now uses Permissions.cfgreload like it says it does
This commit is contained in:
parent
90655adf8c
commit
d9a75dad42
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue