Skip to content

Commit

Permalink
Removed println spam
Browse files Browse the repository at this point in the history
  • Loading branch information
WildfireRomeo committed Dec 1, 2023
1 parent b9cc8a4 commit 6daa84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/wildfire/physics/BreastPhysics.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ public void update(LivingEntity entity, IGenderArmor armor) {
this.wfg_femaleBreast = 1.5f;
this.velocity = 0;
}
System.out.println(this.wfg_femaleBreast );

}

Expand Down

0 comments on commit 6daa84d

Please sign in to comment.