diff options
author | bell07 <web.alexander@web.de> | 2018-03-02 12:50:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 12:50:00 +0100 |
commit | 5a640bc12da36ac35c33051cffaf72d82fb2cafd (patch) | |
tree | 15aacecb3a5edd5d7efb772fba0d7593e0e0d505 /init.lua | |
parent | 3abb6aee40dd6159ab4db4c01981e76ef6ad3b90 (diff) | |
parent | 4fd927e34eadd1b44a75f7ba3ba5dea3abcc3684 (diff) |
Merge pull request #9 from minetest-mods/bugfix_8
Create and get UI-context on demand
Closes #8
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ end skins.ui_context = {} minetest.register_on_joinplayer(function(player) skins.update_player_skin(player) - skins.ui_context[player:get_player_name()] = {} end) minetest.register_on_leaveplayer(function(player) |