Fix description
This commit is contained in:
parent
464a52a70a
commit
68799d9d20
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue