minetest-mods / 3d_armor

Visible player armor & wielded items for minetest
Other
17 stars 40 forks source link

3d_armor assumes puncher ~= nil #137

Closed appgurueu closed 6 months ago

appgurueu commented 6 months ago

See https://github.com/minetest-mods/3d_armor/blob/7fc313f911a71716aae90a60d0c862430bd4fa1e/3d_armor/init.lua#L398

puncher may be nil in future Minetest versions (see https://github.com/minetest/minetest/pull/14319), if mods take advantage of passing a nil puncher (which some eventually will).