mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Use u_skins preview image as base for armor preview
This commit is contained in:
parent
01a3425ec8
commit
d826b53877
@ -293,7 +293,7 @@ armor.get_player_skin = function(self, name)
|
||||
end
|
||||
|
||||
armor.get_preview = function(self, name)
|
||||
if skin_mod == "skins" then
|
||||
if skin_mod == "u_skins" then
|
||||
return armor:get_player_skin(name).."_preview.png"
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user