Broadcast on saveWorld.

(Latest API required)
This commit is contained in:
Deathmax 2011-07-03 10:51:49 +08:00
parent e680e39bb0
commit e4ee06f659
3 changed files with 20 additions and 3 deletions

View file

@ -67,7 +67,7 @@ namespace TShockAPI
if (worldpath != null && !Directory.Exists(worldpath))
Directory.CreateDirectory(worldpath);
Tools.Broadcast("Server map saving, potential lag spike");
//Tools.Broadcast("Server map saving, potential lag spike");
WorldGen.saveWorld();
Console.WriteLine("World backed up");