Updated binaries
Changed TilesDestroyed to reflect binary change.
This commit is contained in:
parent
839e308f5a
commit
ed7d280a1d
5 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue