Skip to content

Commit

Permalink
Merge branch 'refs/heads/hikari' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed May 29, 2024
2 parents 549d183 + 69040b4 commit 7e3dbfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ public void sendShopInfo(@NotNull Player p, @NotNull Shop shop) {
effects.addAll(potionMeta.getCustomEffects());
}
for (PotionEffect potionEffect : effects) {
int level = potionEffect.getAmplifier();
int level = potionEffect.getAmplifier() + 1;
Component translation;
try {
translation = plugin.getPlatform().getTranslation(potionEffect.getType());
Expand Down

0 comments on commit 7e3dbfe

Please sign in to comment.