diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 046a4ee0..66195597 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -517,10 +517,12 @@ namespace TShockAPI } } players[i].tileThreshold = 0; + players[i].tilesDestroyed.Clear(); } else if (players[i].tileThreshold > 0) { players[i].tileThreshold = 0; + players[i].tilesDestroyed.Clear(); } } }