Reduce skin_mod visibility (#53)

This commit is contained in:
Jordan Irwin
2021-07-13 11:50:22 -07:00
committed by GitHub
parent 38fc2cff2b
commit ac7615212b
2 changed files with 7 additions and 5 deletions

View File

@ -96,7 +96,7 @@ for _, mod in pairs(skin_mods) do
armor:add_preview(fn)
end
end
armor.skin_mod = mod
armor.set_skin_mod(mod)
end
end
if not minetest.get_modpath("moreores") then