Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Crank headover initial height even though it doesn't matter
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Sep 21, 2020
1 parent 3b6aa4c commit a83907f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public PrideParticle(ClientWorld world, double x, double y, double z, double vel
this.scale = 0.2f;

if (this.owner != null) {
this.setPos(owner.getX(), owner.getY()+2.1, owner.getZ());
this.setPos(owner.getX(), owner.getY()+2.3f, owner.getZ());
} else {
this.markDead();
}
Expand Down

0 comments on commit a83907f

Please sign in to comment.