Skip to content

Commit

Permalink
Fixed EffectPotionEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 29, 2021
1 parent c88f203 commit 068d368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EffectPotionEffect : Effect(
PotionEffect(
PotionEffectType.getByName(config.getString("effect").uppercase())
?: PotionEffectType.INCREASE_DAMAGE,
1_500_000_000,
config.getInt("duration"),
config.getInt("level") - 1,
false,
true,
Expand Down

0 comments on commit 068d368

Please sign in to comment.