forked from mtcontrib/homedecor_modpack
fixes warning spam (#20)
* fix fake fire warnings * fix hd 3d extras warnings * fix hd climate control warnings * fix hd clocks warnings * fix hd cobweb warnings * fix hd doors/gates warnings * fix hd exterior warnings * fix hd fences warnings * fix hd gastronomy warnings * fix hd kitchen missing dependency * fix hd office warnings * fix hd roofing warnings * fix hd table warnings * fix hd trash cans warnings * fix hd wardrobe warnings * remove legacy hack
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)
|
||||
|
||||
local skin = player:get_attribute("homedecor:player_skin")
|
||||
local skin = player:get_meta():get("homedecor:player_skin")
|
||||
|
||||
if skin and skin ~= "" then
|
||||
|
||||
|
Reference in New Issue
Block a user