Log player skin changes (#64)

This commit is contained in:
baytuch 2022-02-02 19:58:06 +02:00 committed by bell07
parent 00f6a8137e
commit fab418b56f

View File

@ -57,6 +57,7 @@ function skins.set_player_skin(player, skin)
if success then
skins.get_player_skin(player):set_skin(player)
skins.update_player_skin(player)
minetest.log("action", player:get_player_name().." set skin to "..skin:get_meta("name"))
end
return success
end