Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Nov 21, 2024
1 parent 3d5491d commit 1dc4361
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class DynamicHitboxFence extends DynamicConnecting implements HitBoxFacto
for (int i = 1; i < MODERN_HITBOXES.length; i++) {
CollisionBox collisionBox = MODERN_HITBOXES[i];
int size = collisionBox.downCast(boxes);
System.out.println(size);

for (int j = 0; j < size; j++) {
if (boxes[j].maxY > 1) {
Expand Down

0 comments on commit 1dc4361

Please sign in to comment.