Re-add saveworld hook & broadcast

This commit is contained in:
Deathmax 2012-01-13 16:50:09 +08:00
parent 3ef87534c8
commit 19aec7ffec
2 changed files with 12 additions and 3 deletions

View file

@ -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));
}