Skip to content

Commit a18bc4c

Browse files
committed
missing private
1 parent bef51fe commit a18bc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/common/functions/fnc_checkFiles.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if (isMultiplayer) then {
196196

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

201201
private _additionalMods = [];
202202
private _loadedModsInfo = getLoadedModsInfo;

0 commit comments

Comments
 (0)