pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.28k stars 1.56k forks source link

Swings that "don't count" arent being shown #5690

Closed MINTEDCLICKS closed 1 year ago

MINTEDCLICKS commented 1 year ago

Issue description

Steps to reproduce the issue

  1. join on 2 accounts
  2. swing into the air on one account and you will see that they are not shown from the other perspective

OS and versions

Plugins

the issue occurs regardless of plugins

Crashdump, backtrace or other files

no crashes

dktapps commented 1 year ago

This is expected. Animations from the client aren't rebroadcasted anymore, so if there's no action associated with the swing, it won't be seen by other players.

dktapps commented 1 year ago

Duplicate of #4598