mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 13:02:12 +00:00
SPIGOT-7575: SuspiciousStewMeta creates invalid PotionEffect data
This commit is contained in:
parent
161784713a
commit
b44bf5aa87
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ import org.bukkit.potion.PotionEffectType;
|
|||
@DelegateDeserialization(CraftMetaItem.SerializableMeta.class)
|
||||
public class CraftMetaSuspiciousStew extends CraftMetaItem implements SuspiciousStewMeta {
|
||||
|
||||
static final ItemMetaKey DURATION = new ItemMetaKey("EffectDuration", "duration");
|
||||
static final ItemMetaKey EFFECTS = new ItemMetaKey("Effects", "effects");
|
||||
static final ItemMetaKey DURATION = new ItemMetaKey("duration", "duration");
|
||||
static final ItemMetaKey EFFECTS = new ItemMetaKey("effects", "effects");
|
||||
static final ItemMetaKey ID = new ItemMetaKey("id", "id");
|
||||
|
||||
private List<PotionEffect> customEffects;
|
||||
|
|
Loading…
Add table
Reference in a new issue