CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53 stars 6 forks source link

Block despawn #170

Closed MrTsunami4 closed 1 year ago

MrTsunami4 commented 1 year ago

Version tested :

Steps :

Issue :

emneo-dev commented 1 year ago

Just tried it on my side and I can replicate. It looks like a problem with the inventory, because it only hapenned on my side with picking blocks with middle click. @STMiki what do you think?

STMiki commented 1 year ago

Not exactly, we spawn in survival mode, with the abilities set to creative mode. But for the pickblock (middle click), we only check if the player is in creative mode.

STMiki commented 1 year ago

Ok, this is not even server side, the client never send the pickblock packet