From ba1e42a638e9c12781b585416b6c34297b84f213 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 27 Feb 2021 14:42:39 +0100 Subject: [PATCH] Remove debug chat_send_all xD --- mods/PLAYER/mcl_meshhand/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/PLAYER/mcl_meshhand/init.lua b/mods/PLAYER/mcl_meshhand/init.lua index f3ecd29c..cdd5da94 100644 --- a/mods/PLAYER/mcl_meshhand/init.lua +++ b/mods/PLAYER/mcl_meshhand/init.lua @@ -63,7 +63,6 @@ end if has_mcl_skins == true then --change the player's hand to their skin mcl_skins.register_on_set_skin(function(player, skin) - minetest.chat_send_all(skin) local name = player:get_player_name() local meta = mcl_skins.meta[skin] if meta.gender == "female" then