Kill debug message.

This commit is contained in:
Zidonuke 2011-12-27 14:21:13 -05:00
parent e0fac202af
commit 9b0a8d4c6e

View file

@ -431,8 +431,6 @@ namespace TShockAPI
foreach (KeyValuePair<Vector2, Tile> entry in tiles)
{
Main.tile[(int)entry.Key.X, (int)entry.Key.Y] = entry.Value;
Log.Debug(string.Format("Reverted Tiles(TileXY:{0}_{1}, Type:{2})",
entry.Key.X, entry.Key.Y, Main.tile[(int)entry.Key.X, (int)entry.Key.Y].type));
}
// Send all players updated tile sqaures
foreach (Vector2 coords in tiles.Keys)