Skip to content

Commit

Permalink
missing private
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim committed Nov 2, 2024
1 parent bef51fe commit a18bc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_checkFiles.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if (isMultiplayer) then {

if (_additionalCompats isNotEqualTo []) exitWith { // CDLC/content mod with integrated compats is loaded when it shouldn't be
// Fix is easy
_fixMsg = format ["Fix: %1", "Make sure your mod list matches. Check your server files and '-mod=' parameter if you're the server administrator."];
private _fixMsg = format ["Fix: %1", "Make sure your mod list matches. Check your server files and '-mod=' parameter if you're the server administrator."];

private _additionalMods = [];
private _loadedModsInfo = getLoadedModsInfo;
Expand Down

0 comments on commit a18bc4c

Please sign in to comment.