Skip to content

Commit

Permalink
Fix ParticlePowerType not ticking
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Dec 26, 2024
1 parent 284e50d commit 3e6b948
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public ParticlePowerType(Optional<BiEntityCondition> biEntityCondition, Particle
this.visibleInFirstPerson = visibleInFirstPerson;
this.visibleWhileInvisible = visibleWhileInvisible;
this.force = force;
this.setTicking(true);
}

@Override
Expand Down

0 comments on commit 3e6b948

Please sign in to comment.