Skip to content

Commit

Permalink
Removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 committed Dec 31, 2024
1 parent 8f24758 commit 309dbce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class LivingEntityMixin {
@Redirect(method = "tickDeath", at = @At(value = "INVOKE", target = "Lnet/minecraft/world/entity/LivingEntity;remove(Lnet/minecraft/world/entity/Entity$RemovalReason;)V"))
private void chlorophyll$removeRedirect(LivingEntity instance, Entity.RemovalReason reason) {
if (!(((Entity) (Object) this) instanceof Player)) {
System.out.println(1);
instance.remove(reason);
}
}
Expand Down

0 comments on commit 309dbce

Please sign in to comment.