Skip to content

Commit

Permalink
Common - Add lint suppress to checkFiles (#10510)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Nov 15, 2024
1 parent 760e956 commit 2c9849a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/common/functions/fnc_checkFiles.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ if (isMultiplayer) then {
};

private _fnc_diagnose_addonMismatch = {
//IGNORE_PRIVATE_WARNING ["_additionalAddons", "_cfgPatches", "_addons", "_mainSource"];
private _title = "[ACE] ERROR: ADDON MISMATCH";

// Figure out why we have a mismatch and where it's coming from
Expand Down

0 comments on commit 2c9849a

Please sign in to comment.