mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 17:52:28 +01:00
SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.
This commit is contained in:
parent
46e5eeb67e
commit
9cfb0090d8
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue