Fix description

This commit is contained in:
Simon 2016-10-17 16:17:44 +03:00
parent 464a52a70a
commit 68799d9d20
2 changed files with 3 additions and 3 deletions

View file

@ -1030,7 +1030,7 @@ namespace TShockAPI
player.PaintThreshold = 0;
}
if (player.HealOtherThreshold > TShock.Config.HealOtherThreshold)
if (player.HealOtherThreshold >= TShock.Config.HealOtherThreshold)
{
player.Disable("Reached HealOtherPlayer threshold", flags);
}