Fix warps

This commit is contained in:
MarioE 2013-11-03 17:10:20 -05:00
parent a9ef5d9b6d
commit 3405acd15b
5 changed files with 16 additions and 15 deletions

View file

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