Client crashfix: load meta after digging (#5801)
authorParamat <paramat@users.noreply.github.com>
Tue, 23 May 2017 17:54:37 +0000 (18:54 +0100)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Tue, 23 May 2017 17:54:37 +0000 (19:54 +0200)
commit9ff5302c8bf1cc270ca144c9f2cfcb99f6903605
tree4a57258b2607acd045145985e3082f7a0717194b
parent05309229b847ea4f289328890176d22c4655348b
Client crashfix: load meta after digging (#5801)

Fixes a crash caused in MTGame by breaking and right-clicking a chest.

If loading meta, digging, node can disappear and we looked at meta, which is wrong because meta became NULL.

Pointer is invalidated and we read wrong memory area
src/game.cpp