Merge pull request #1119 from tysonstrange/general-devel

Update Utils.cs
This commit is contained in:
White 2015-09-24 23:27:39 +09:30
commit 9da98f4263

View file

@ -580,6 +580,8 @@ namespace TShockAPI
TShock.Groups.LoadPermisions();
TShock.Regions.Reload();
TShock.Itembans.UpdateItemBans();
TShock.ProjectileBans.UpdateBans();
TShock.TileBans.UpdateBans();
Hooks.GeneralHooks.OnReloadEvent(player);
}