-
- Downloads
Send proper block to old clients for swap_node calls
The legacy code added in commit d879a539 - "Add minetest.swap_node" for sending the whole mapblock to older clients on the case of a node modification with swap_node, had the problem that the block chosen to be sent to the client was referenced with node coordinates and not with block coordinates, resulting in getting the wrong block sent to the client.
Please register or sign in to comment