mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 14:26:18 +02:00
Fixed tabulation error.
This commit is contained in:
@ -33,7 +33,7 @@ uniskins.update_player_visuals = function(self, player)
|
||||
texture = texture.."^[combine:64x64:0,0="..wielded_item_texture
|
||||
end
|
||||
end
|
||||
if minetest.get_modpath("3d_armor") then
|
||||
if minetest.get_modpath("3d_armor") then
|
||||
local textures = armor_api:get_armor_textures(player)
|
||||
for _,v in ipairs({"head", "torso", "legs"}) do
|
||||
if textures[v] then
|
||||
|
Reference in New Issue
Block a user