Skip to content

Commit

Permalink
Removed println.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Aug 30, 2022
1 parent c4fffae commit 08606ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public String getFireId() {
*/
@Redirect(method = "entityInside", at = @At(value = "INVOKE", target = "Lnet/minecraft/world/entity/Entity;hurt(Lnet/minecraft/world/damagesource/DamageSource;F)Z"))
private boolean redirectHurt(Entity caller, DamageSource damageSource, float damage) {
System.out.println("CIAOOOOOO");
return FireManager.damageInFire(caller, getFireId(), damageSource, damage);
}
}

0 comments on commit 08606ff

Please sign in to comment.