forked from nalc/homedecor_modpack
add skin_updates table (somehow got lost)
This commit is contained in:
parent
cafba3bc53
commit
8ccbe6abc4
|
@ -14,6 +14,7 @@ local set_player_textures =
|
||||||
|
|
||||||
local armor_mod_path = minetest.get_modpath("3d_armor")
|
local armor_mod_path = minetest.get_modpath("3d_armor")
|
||||||
local skins = {"male1", "male2", "male3", "male4", "male5"}
|
local skins = {"male1", "male2", "male3", "male4", "male5"}
|
||||||
|
local skin_updates = {} -- skin update queue
|
||||||
|
|
||||||
local function set_player_skin(player, skin)
|
local function set_player_skin(player, skin)
|
||||||
minetest.log("verbose",
|
minetest.log("verbose",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user