Send proper block to old clients for swap_node calls
authorest31 <MTest31@outlook.com>
Thu, 17 Sep 2015 18:08:11 +0000 (20:08 +0200)
committerest31 <MTest31@outlook.com>
Thu, 17 Sep 2015 18:23:31 +0000 (20:23 +0200)
commit94f1e5d9bdd30725a7a63b668450dc0646a873cd
treeeb6e3de2acf5b808b9111c3c807b75eff6bcabc2
parentdcbb95338a9b0e2c5c95fcfc6eeceb9d6d93f320
Send proper block to old clients for swap_node calls

The legacy code added in commit

d879a539cd19ddd1ee34afec2512fb2238de2822 - "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.
src/server.cpp