PilzAdam / bones

Bones mod for Minetest
1 stars 3 forks source link

Partial doors #2

Open 0gb-us opened 11 years ago

0gb-us commented 11 years ago

You used minetest.env:dig_node(pos) instead of minetest.node_dig(pos, replaced, player), which can lead to partial steel doors being left in place, as seen in this screenshot.

screenshot_132468502

0gb-us commented 11 years ago

Also, inv:get_list("main") is called on line 93, but inv isn't set until line107, causing a crash.