mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-05 22:31:26 +01:00
Remove debug message (...).
This commit is contained in:
parent
171f2aa932
commit
9e16d8f2ef
@ -154,7 +154,6 @@ public class FightListener extends CheckListener implements JoinLeaveListener{
|
||||
if (damage <= 4 && tick == data.damageTakenByEntityTick && data.thornsId != Integer.MIN_VALUE && data.thornsId == damaged.getEntityId()){
|
||||
// Don't handle further, but do respect selfhit/canceldead.
|
||||
data.thornsId = Integer.MIN_VALUE;
|
||||
System.out.println("*** SKIP THORNS: " + player.getName());
|
||||
return cancelled;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user