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

Commit

Permalink
Restore pride overhead max age
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Sep 21, 2020
1 parent fa94e86 commit 3b6aa4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public PrideParticle(ClientWorld world, double x, double y, double z, double vel
super(world, x, y, z, velocityX, velocityY, velocityZ, spriteProvider);

this.alpha = 0;
this.maxAge = 40000000;
this.maxAge = 40;
this.owner = world.getClosestPlayer((new TargetPredicate()).setBaseMaxDistance(1D), this.x, this.y, this.z);

this.scale = 0.2f;
Expand Down

0 comments on commit 3b6aa4c

Please sign in to comment.