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