Remove debug chat_send_all xD
This commit is contained in:
parent
8d5b2ff714
commit
ba1e42a638
|
@ -63,7 +63,6 @@ end
|
||||||
if has_mcl_skins == true then
|
if has_mcl_skins == true then
|
||||||
--change the player's hand to their skin
|
--change the player's hand to their skin
|
||||||
mcl_skins.register_on_set_skin(function(player, skin)
|
mcl_skins.register_on_set_skin(function(player, skin)
|
||||||
minetest.chat_send_all(skin)
|
|
||||||
local name = player:get_player_name()
|
local name = player:get_player_name()
|
||||||
local meta = mcl_skins.meta[skin]
|
local meta = mcl_skins.meta[skin]
|
||||||
if meta.gender == "female" then
|
if meta.gender == "female" then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user