Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMusavaRibica committed Jul 1, 2024
1 parent 1f52d53 commit 5535140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private void handleExistingBossBar(BossBar bossBar, Player player, Skill skill,

plugin.getAudiences().player(player).showBossBar(bossBar);

// Boss bar progress is updated later, so the player sees the animation going from old progress to new
// Boss bar progress is updated later, so the player sees the animation going from previous progress to new
plugin.getScheduler().scheduleSync(() -> bossBar.progress(progress), 2 * 50, TimeUnit.MILLISECONDS);
}

Expand Down

0 comments on commit 5535140

Please sign in to comment.