Use u_skins preview image as base for armor preview

This commit is contained in:
stujones11 2017-03-11 21:32:31 +00:00
parent 01a3425ec8
commit d826b53877
1 changed files with 1 additions and 1 deletions

View File

@ -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