Added back in region manager.

Added back in spawnmob commands, including the obsolete boss commands.
This commit is contained in:
Zack Piispanen 2012-09-15 16:20:16 -04:00
parent fda287d78d
commit 88394ac561
6 changed files with 1438 additions and 8 deletions

View file

@ -60,7 +60,7 @@ namespace TShockAPI
if (worldpath != null && !Directory.Exists(worldpath))
Directory.CreateDirectory(worldpath);
TShock.Utils.Broadcast("Server map saving, potential lag spike..");
TShock.Utils.Broadcast("Server map saving, potential lag spike.");
Console.WriteLine("Backing up world...");
SaveManager.Instance.SaveWorld();