add skin_updates table (somehow got lost)

This commit is contained in:
codexp 2018-04-28 01:26:39 +02:00 committed by Vanessa Dannenberg
parent cafba3bc53
commit 8ccbe6abc4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ local set_player_textures =
local armor_mod_path = minetest.get_modpath("3d_armor")
local skins = {"male1", "male2", "male3", "male4", "male5"}
local skin_updates = {} -- skin update queue
local function set_player_skin(player, skin)
minetest.log("verbose",