Broadcast on saveWorld.
(Latest API required)
This commit is contained in:
parent
e680e39bb0
commit
e4ee06f659
3 changed files with 20 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue