You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/arsenal/functions/fnc_handleSearchbar.sqf
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,9 @@ if ((ctrlIDC _control) == IDC_rightSearchbar) then {
152
152
private_currentClassname="";
153
153
154
154
private_isMagazine= isClass (configFile >>"CfgMagazines">>_searchString); // Check if search term is a magazine for magazine lookups. Direct match is fine as user will ctrl+c the classname
0 commit comments