<= 0 health? It's too late bby

This commit is contained in:
sk89q 2011-06-06 16:53:11 -07:00
parent 9790ab29a2
commit e4bbd36d47

View File

@ -97,7 +97,7 @@ public void run() {
private void processHeal(ApplicableRegionSet applicable, Player player,
PlayerFlagState state) {
if (player.getHealth() >= 20) {
if (player.getHealth() >= 20 || player.getHealth() <= 0) {
return;
}