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

@ -1003,9 +1003,9 @@ namespace TShockAPI
private static void Save(CommandArgs args)
{
Tools.Broadcast("Server map saving, potential lag spike");
//Tools.Broadcast("Server map saving, potential lag spike");
WorldGen.saveWorld();
args.Player.SendMessage("World saved.");
//args.Player.SendMessage("World saved.");
}
private static void MaxSpawns(CommandArgs args)