mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-12 16:30:54 +08:00
SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.
This commit is contained in:
parent
46e5eeb67e
commit
9cfb0090d8
@ -83,6 +83,8 @@ public class CraftPotionEffectType extends PotionEffectType {
|
||||
return "SLOW_FALLING";
|
||||
case 29:
|
||||
return "CONDUIT_POWER";
|
||||
case 30:
|
||||
return "DOLPHINS_GRACE";
|
||||
default:
|
||||
return "UNKNOWN_EFFECT_TYPE_" + getId();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user