minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Fix crash when placing cable plates #534

Closed coil0 closed 4 years ago

coil0 commented 4 years ago

All coordinates can be equal if pointed_thing.above is identical to pointed_thing.under. This happens when placing a cable plate with replacer.

SmallJoker commented 4 years ago

num = xyz[s(tostring(v):sub(-2, -2)..k)]

This line gives me anxiety.