diff options
author | Alexander Weber <web.alexander@web.de> | 2018-05-13 00:37:19 +0200 |
---|---|---|
committer | Alexander Weber <web.alexander@web.de> | 2018-05-13 00:37:19 +0200 |
commit | e6516d298284b6a64af2bce7c6df5be2ba4eb964 (patch) | |
tree | d6920747b7358451dfb8b674b30fd8d4b37ac9a7 /init.lua | |
parent | b12aefbe4fe768106ee1d1dfac8567dbbcd8c273 (diff) |
Visual update fixes if skin change externally (with and without 3d armor)
API updated also
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ end -- 3d_armor compatibility if minetest.global_exists("armor") then + skins.armor_loaded = true armor.get_player_skin = function(self, name) local skin = skins.get_player_skin(minetest.get_player_by_name(name)) return skin:get_texture() |