Merge pull request #282 from darkunderdog/patch-4
Updated /reload to now include reloading permissions.
This commit is contained in:
commit
1a2183a2c2
1 changed files with 2 additions and 1 deletions
|
|
@ -1505,7 +1505,8 @@ namespace TShockAPI
|
|||
private static void Reload(CommandArgs args)
|
||||
{
|
||||
FileTools.SetupConfig();
|
||||
args.Player.SendMessage("Configuration reload complete. Some changes may require server restart.");
|
||||
TShock.Groups.LoadPermisions();
|
||||
args.Player.SendMessage("Configuration & Permissions reload complete. Some changes may require server restart.");
|
||||
}
|
||||
|
||||
private static void ServerPassword(CommandArgs args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue