Remove debug chat_send_all xD

This commit is contained in:
Elias Fleckenstein 2021-02-27 14:42:39 +01:00
parent 8d5b2ff714
commit ba1e42a638
1 changed files with 0 additions and 1 deletions

View File

@ -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