More race conditions.

This commit is contained in:
Deathmax 2011-07-04 17:32:49 +08:00
parent 061169633d
commit 718764e533
3 changed files with 8 additions and 12 deletions

View file

@ -109,7 +109,6 @@ namespace TShockAPI
WorldGen.RealsaveWorld();
Broadcast("World saved.", Color.Yellow);
Console.WriteLine("World saved.");
Log.Info(string.Format("World saved at ({0})", Main.worldPathName));
}