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 +}