Consider command line parameters when /reload command is issued

This commit is contained in:
k0rd 2012-02-12 23:56:49 -05:00
parent d478810336
commit 3641c3ca87
2 changed files with 3 additions and 2 deletions

View file

@ -2209,7 +2209,8 @@ namespace TShockAPI
private static void Reload(CommandArgs args)
{
FileTools.SetupConfig();
FileTools.SetupConfig();
TShock.HandleCommandLinePostConfigLoad(Environment.GetCommandLineArgs());
TShock.Groups.LoadPermisions();
TShock.Regions.ReloadAllRegions();
args.Player.SendMessage(