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/common/functions/fnc_checkFiles.sqf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ if (isMultiplayer) then {
230
230
// No need to show which addons, just show the mod that the compats are for
231
231
if (_additionalCompats isNotEqualTo []) exitWith {
232
232
// Fix is easy
233
-
private_fixMsg=format ["Fix: %1", "Make sure your mod list matches or add those mods to the server. Check your server files and '-mod=' parameter if you're the server administrator."];
233
+
private_fixMsg=format ["Fix: %1", "Make sure your mod list matches or add those mods to the server.<br/><br/>If you're the server administrator, repair the mods below, check your server mod files and '-mod=' parameter."];
234
234
235
235
private_additionalMods= [];
236
236
private_loadedModsInfo= getLoadedModsInfo;
@@ -246,7 +246,7 @@ if (isMultiplayer) then {
246
246
} forEach_additionalCompats;
247
247
248
248
private_reasonMsg=format ["Reason: %1", "Client has extra mods requiring compats loaded (listed below)"];
249
-
private_infoMsg=format ["Additional compatibility is being loaded for:%1", _additionalMods joinString ", "];
249
+
private_infoMsg=format ["Additional compatibility is being loaded for:<br/>%1", _additionalMods joinString ", "];
0 commit comments