pmmp / PocketMine-MP

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

Behavioural break in `Level->setBlock()` #2631

Closed dktapps closed 3 years ago

dktapps commented 5 years ago

https://crash.pmmp.io/view/2080921

2080921.log

In previous versions, the relevant chunk would be loaded from disk if it wasn't already loaded. Now it crashes instead.

dktapps commented 3 years ago

More recent changes made it apparent that the problem is not that the chunk isn't being loaded, but that a block is trying to be set in a non-generated chunk, which is a case we need to account for anyway (it causes silent loss of changes on PM3).