Use less obsolete code
Disable XML comment warnings for the love of god Fix some random tab/space conflict indentation
This commit is contained in:
parent
008de9b28c
commit
db6c09787d
4 changed files with 143 additions and 149 deletions
|
|
@ -61,7 +61,7 @@ namespace TShockAPI
|
|||
if (worldpath != null && !Directory.Exists(worldpath))
|
||||
Directory.CreateDirectory(worldpath);
|
||||
|
||||
TShock.Utils.Broadcast("Server map saving, potential lag spike.");
|
||||
TSPlayer.All.SendInfoMessage("Server map saving, potential lag spike.");
|
||||
Console.WriteLine("Backing up world...");
|
||||
|
||||
SaveManager.Instance.SaveWorld();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue