diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index abd70cb1..c4b4b4e0 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -492,6 +492,8 @@ namespace TShockAPI if (player.TileKillThreshold > 0) { player.TileKillThreshold = 0; + //We don't want to revert the entire map in case of a disable. + player.TilesDestroyed.Clear(); } if (player.TilesCreated != null) { @@ -1429,4 +1431,4 @@ namespace TShockAPI Utils.HashAlgo = file.HashAlgorithm; } } -} \ No newline at end of file +}