From 6abff7e3df53ae07d4cab2ed85a4e3fc7758556e Mon Sep 17 00:00:00 2001 From: tysonstrange Date: Tue, 22 Sep 2015 20:54:34 +1000 Subject: [PATCH] Update Utils.cs /reload doesn't reload proj and tile bans. --- TShockAPI/Utils.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index 9b465075..dc02286b 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -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); }