mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Fixed client crash
This commit is contained in:
parent
7abb696b76
commit
793a742776
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class EntityProjectile extends EntitySnowball implements IMagicals, ICast
|
||||||
.createKey(EntityProjectile.class, DataSerializers.BOOLEAN);
|
.createKey(EntityProjectile.class, DataSerializers.BOOLEAN);
|
||||||
|
|
||||||
private static final DataParameter<NBTTagCompound> EFFECT = EntityDataManager
|
private static final DataParameter<NBTTagCompound> EFFECT = EntityDataManager
|
||||||
.createKey(EntitySpell.class, DataSerializers.COMPOUND_TAG);
|
.createKey(EntityProjectile.class, DataSerializers.COMPOUND_TAG);
|
||||||
|
|
||||||
private final EffectSync<EntityLivingBase> effectDelegate = new EffectSync<>(this, EFFECT);
|
private final EffectSync<EntityLivingBase> effectDelegate = new EffectSync<>(this, EFFECT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue