1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 20:00:17 +02:00

fix hd wardrobe warnings

This commit is contained in:
unknown
2022-02-05 15:06:18 -05:00
parent 2e290ad9e6
commit 6359c38f05

View File

@ -173,7 +173,7 @@ if not skinsdb_mod_path then -- If not managed by skinsdb
minetest.register_on_joinplayer(function(player)
local skin = player:get_attribute("homedecor:player_skin")
local skin = player:get_meta():get("homedecor:player_skin")
if skin and skin ~= "" then