13
0
geforkt von Mirrors/Paper

SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2018-07-24 22:17:29 +10:00
Ursprung 6dd5131628
Commit 193950a668

Datei anzeigen

@ -160,7 +160,7 @@ public abstract class PotionEffectType {
/** /**
* Squee'ek uh'k kk'kkkk squeek eee'eek. * Squee'ek uh'k kk'kkkk squeek eee'eek.
*/ */
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(29); public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(30);
private final int id; private final int id;