SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.

This commit is contained in:
md_5 2018-07-24 22:17:20 +10:00
parent 46e5eeb67e
commit 9cfb0090d8

View file

@ -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();
}