Reload itembans on /reload

This commit is contained in:
Zack Piispanen 2013-10-22 00:25:26 -04:00
parent 8b29047a59
commit cd13cc97aa

View file

@ -592,6 +592,7 @@ namespace TShockAPI
TShock.HandleCommandLinePostConfigLoad(Environment.GetCommandLineArgs());
TShock.Groups.LoadPermisions();
TShock.Regions.ReloadAllRegions();
TShock.Itembans.UpdateItemBans();
Hooks.GeneralHooks.OnReloadEvent(player);
}