Updated binaries

Changed TilesDestroyed to reflect binary change.
This commit is contained in:
high 2011-09-06 19:56:26 -04:00
parent 839e308f5a
commit ed7d280a1d
5 changed files with 9 additions and 9 deletions

View file

@ -395,7 +395,7 @@ namespace TShockAPI
args.Player.TileThreshold++;
var coords = new PointF(x, y);
if (!args.Player.TilesDestroyed.ContainsKey(coords))
args.Player.TilesDestroyed.Add(coords, Main.tile[x, y]);
args.Player.TilesDestroyed.Add(coords, Main.tile[x, y].Data);
}
if ((DateTime.UtcNow - args.Player.LastExplosive).TotalMilliseconds < 1000)