mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Fixed Want It Need It and changeling abilities causing client disconnects in multiplayer
This commit is contained in:
parent
171aa3b744
commit
3e3dd63362
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public class FollowingParticleEffect implements ParticleEffect {
|
||||||
buf.writeDouble(fixedTarget.x);
|
buf.writeDouble(fixedTarget.x);
|
||||||
buf.writeDouble(fixedTarget.y);
|
buf.writeDouble(fixedTarget.y);
|
||||||
buf.writeDouble(fixedTarget.z);
|
buf.writeDouble(fixedTarget.z);
|
||||||
|
buf.writeFloat(followSpeed);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue