mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-15 04:10:18 +02:00
fix hd wardrobe warnings
This commit is contained in:
@ -173,7 +173,7 @@ if not skinsdb_mod_path then -- If not managed by skinsdb
|
|||||||
|
|
||||||
minetest.register_on_joinplayer(function(player)
|
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
|
if skin and skin ~= "" then
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user