Update to 1.1.1
Switch to v2 of the sqlite lib. v4 has a bug when run under .Net.
This commit is contained in:
parent
a2a1486ea1
commit
b23b6789f2
7 changed files with 11 additions and 10 deletions
|
|
@ -537,7 +537,7 @@ namespace TShockAPI
|
|||
args.Player.TileThreshold++;
|
||||
var coords = new Vector2(x, y);
|
||||
if (!args.Player.TilesDestroyed.ContainsKey(coords))
|
||||
args.Player.TilesDestroyed.Add(coords, Main.tile[x, y].Data);
|
||||
args.Player.TilesDestroyed.Add(coords, Main.tile[x, y]);
|
||||
}
|
||||
|
||||
if ((DateTime.UtcNow - args.Player.LastExplosive).TotalMilliseconds < 1000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue