pmmp / PocketMine-MP

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

Spectator players can destroy blocks client-side #3636

Closed Blackjack200 closed 4 years ago

Blackjack200 commented 4 years ago

Issue description

In 1.16 you can break the block in gamemode 3(just in client)

Steps to reproduce the issue

  1. ...
  2. ...

OS and versions

Plugins

none

Crashdump, backtrace or other files

dktapps commented 4 years ago

After some research I've concluded that this is a client-sided bug. There hasn't been any protocol changes involving this area of the code, so that means that it's simply broken client-side. Since PM correctly denies the block-breaking anyway, there's nothing to do here.