From fa06a91b20502b37d76bff7a0ffe43f02f8b0bcd Mon Sep 17 00:00:00 2001 From: feelfreetofee <89666307+feelfreetofee@users.noreply.github.com> Date: Sat, 15 Oct 2022 03:41:20 +0200 Subject: [PATCH] fix(esx_clotheshop/client/main.lua) Invisible arms When arms are changed with arms_2 bigger than 0, arms becomes invisible until arms_2 is changed. Added arms_2 to restricted menu --- [esx_addons]/esx_clotheshop/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_clotheshop/client/main.lua b/[esx_addons]/esx_clotheshop/client/main.lua index f7700446..6acbb22e 100644 --- a/[esx_addons]/esx_clotheshop/client/main.lua +++ b/[esx_addons]/esx_clotheshop/client/main.lua @@ -90,7 +90,7 @@ function OpenShopMenu() 'tshirt_1', 'tshirt_2', 'torso_1', 'torso_2', 'decals_1', 'decals_2', - 'arms', + 'arms', 'arms_2', 'pants_1', 'pants_2', 'shoes_1', 'shoes_2', 'bags_1', 'bags_2',