D00Med / scifi_nodes

Minetest mod that adds scifi themed nodes
Other
12 stars 18 forks source link

Fix palm scanners: Exit minetest.after callback if node no longer exists #54

Closed oversword closed 3 years ago

oversword commented 3 years ago

Fixes https://github.com/BlockySurvival/issue-tracker/issues/210

Palm scanners can be duplicated if you remove them while they are in the checking state. If you:

To fix this I have exited the minetest.after callbacks if the node is not the expected node, this will stop it confirming your palm and re-placing the normal-state palm scanner if you remove it mid-scan

BuckarooBanzay commented 3 years ago

Looks good thanks 👍