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

Being in the 1.5 block space is interpreted as pressing the shift key #5903

Open Gaprix opened 1 year ago

Gaprix commented 1 year ago

Issue description

Steps to reproduce the issue

  1. Go into a 1.5 block high area
  2. Don't press shift key
  3. Hold a block in your hand
  4. Try to click on a block that you can interact with

OS and versions

Plugins

test.pmmp.io server's plugins

Crashdump, backtrace or other files

https://youtu.be/cbSFCt28Phg

dktapps commented 1 year ago

I'm not really sure what to do about this. This means that the client never sent the STOP_SNEAKING flag, which means that they are still sneaking ...

dktapps commented 1 year ago

Possibly related to #5792