mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 21:49:53 +01:00
Re-order conditions.
This commit is contained in:
parent
ab99e871f9
commit
171f2aa932
@ -151,7 +151,7 @@ public class FightListener extends CheckListener implements JoinLeaveListener{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.thornsId == damaged.getEntityId() && damage <= 4 && tick == data.damageTakenByEntityTick){
|
if (damage <= 4 && tick == data.damageTakenByEntityTick && data.thornsId != Integer.MIN_VALUE && data.thornsId == damaged.getEntityId()){
|
||||||
// Don't handle further, but do respect selfhit/canceldead.
|
// Don't handle further, but do respect selfhit/canceldead.
|
||||||
data.thornsId = Integer.MIN_VALUE;
|
data.thornsId = Integer.MIN_VALUE;
|
||||||
System.out.println("*** SKIP THORNS: " + player.getName());
|
System.out.println("*** SKIP THORNS: " + player.getName());
|
||||||
|
Loading…
Reference in New Issue
Block a user