Re-add saveworld hook & broadcast
This commit is contained in:
parent
3ef87534c8
commit
19aec7ffec
2 changed files with 12 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
public void SaveWorld()
|
||||
{
|
||||
WorldGen.saveWorld();
|
||||
WorldGen.realsaveWorld();
|
||||
Broadcast("World saved.", Color.Yellow);
|
||||
Log.Info(string.Format("World saved at ({0})", Main.worldPathName));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue