Fix indentation on one line in utils

This commit is contained in:
Lucas Nicodemus 2017-12-26 20:17:11 -07:00
parent 846386f98a
commit cb47240c7e
2 changed files with 2 additions and 2 deletions

View file

@ -585,7 +585,7 @@ namespace TShockAPI
TShock.Regions.Reload();
TShock.Itembans.UpdateItemBans();
TShock.ProjectileBans.UpdateBans();
TShock.TileBans.UpdateBans();
TShock.TileBans.UpdateBans();
Hooks.GeneralHooks.OnReloadEvent(player);
}