From 7dcca93eedebc1e282e056da9dcd12a0d58c18ee Mon Sep 17 00:00:00 2001 From: Edo Date: Sun, 24 Dec 2023 12:17:09 +0100 Subject: [PATCH] Update popup_cac_primary_camo.menu --- iw4x/iw4x_00/ui_mp/popup_cac_primary_camo.menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iw4x/iw4x_00/ui_mp/popup_cac_primary_camo.menu b/iw4x/iw4x_00/ui_mp/popup_cac_primary_camo.menu index fd738a7..9860e7f 100644 --- a/iw4x/iw4x_00/ui_mp/popup_cac_primary_camo.menu +++ b/iw4x/iw4x_00/ui_mp/popup_cac_primary_camo.menu @@ -15,7 +15,7 @@ allowedBinding "+talk" visible when ( localvarint( "ui_tabDepth" ) == localvarint( "ui_popup_cac_primary_camo_tabDepth" ) ) exp rect y ( localvarfloat( "ui_popupYPos" ) + localvarint( "ui_tabDepth" ) * 20 ) - execKey 168 + execKeyInt 168 { if ( localvarstring( "ui_selected_ref" ) != "none" && !isitemunlocked( getplayerdata( "customClasses" , localvarint( "classIndex" ) , "weaponSetups" , 0 , "weapon" ) + " " + localvarstring( "ui_selected_ref" ) ) ) { @@ -2220,4 +2220,4 @@ visible when ( !isitemunlocked( getplayerdata( "customClasses" , localvarint( "classIndex" ) , "weaponSetups" , 0 , "weapon" ) + " " + localvarstring( "ui_selected_ref" ) ) ) } } -} \ No newline at end of file +}