mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user