Skip to content
Snippets Groups Projects
Commit 8ccbe6ab authored by codexp's avatar codexp Committed by Vanessa Dannenberg
Browse files

add skin_updates table (somehow got lost)

parent cafba3bc
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment