From 353f45488e186c91c394e4d61b99641b69c0da78 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Fri, 8 Apr 2022 15:34:34 -0300 Subject: [PATCH] added new skin to the table --- pilot_skin_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot_skin_manager.lua b/pilot_skin_manager.lua index adb9ba3..0b7c091 100644 --- a/pilot_skin_manager.lua +++ b/pilot_skin_manager.lua @@ -1,5 +1,5 @@ -airutils.pilot_textures = {"pilot_clothes1.png","pilot_clothes2.png",} +airutils.pilot_textures = {"pilot_clothes1.png","pilot_clothes2.png","pilot_clothes3.png"} minetest.register_chatcommand("au_uniform", { func = function(name, param)