mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 18:42:07 +01:00
Fixed typo in PotionType.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
cc865ea15c
commit
517f115fc0
@ -12,7 +12,7 @@ public enum PotionType {
|
|||||||
STRENGTH(9, PotionEffectType.INCREASE_DAMAGE, 2),
|
STRENGTH(9, PotionEffectType.INCREASE_DAMAGE, 2),
|
||||||
SLOWNESS(10, PotionEffectType.SLOW, 1),
|
SLOWNESS(10, PotionEffectType.SLOW, 1),
|
||||||
INSTANT_DAMAGE(12, PotionEffectType.HARM, 2),
|
INSTANT_DAMAGE(12, PotionEffectType.HARM, 2),
|
||||||
INVISIBILTY(14, PotionEffectType.INVISIBILITY, 1),
|
INVISIBILITY(14, PotionEffectType.INVISIBILITY, 1),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final int damageValue, maxLevel;
|
private final int damageValue, maxLevel;
|
||||||
|
Loading…
Reference in New Issue
Block a user