mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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.y);
|
||||
buf.writeDouble(fixedTarget.z);
|
||||
buf.writeFloat(followSpeed);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue