Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
unldenis committed Jun 22, 2022
2 parents 3d56e7b + 3f1247d commit 668d0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class ExampleHolograms implements Listener {
.addPlaceholder("%%player%%", Player::getName)
.build(hologramPool);

hologram.getLines().get(3).setAnimation(Animation.CIRCLE);
hologram.getLines().get(3).setAnimation(Animation.AnimationType.CIRCLE);
// simple changing animating block and text
timingBlock(hologram);
}
Expand Down

0 comments on commit 668d0ed

Please sign in to comment.