Fixed kill tile spamming when kicking

This commit is contained in:
high 2011-06-07 05:21:21 -04:00
parent fe04331200
commit 693e279a78

View file

@ -681,6 +681,8 @@ namespace TShockAPI
(ConfigurationManager.banTnt ? "banned" : "kicked") +
" for kill tile abuse.");
RevertKillTile((int)i);
players[i].tileThreshold = 0;
players[i].tilesDestroyed.Clear();
}
else if (players[i].tileThreshold > 0)
{