Skip to content

Commit

Permalink
Merge pull request #280 from nexusnode/bugfixes
Browse files Browse the repository at this point in the history
removed print statements
  • Loading branch information
9MaxR9 committed Mar 16, 2024
2 parents 6d52bce + 2144632 commit 9a5e0b4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ public boolean handleKill(Entity target) {

@Override
public boolean handleDeath(DamageSource cause) {

System.out.println(cause.getDirectEntity());
System.out.println(cause.getEntity());


Entity attackItemEntity = cause.getDirectEntity();
Entity attacker = cause.getEntity();
Entity entityPlayer = this.player.entity();
Expand Down

0 comments on commit 9a5e0b4

Please sign in to comment.