Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Aug 5, 2024
1 parent 6ce2ac9 commit 54dd0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/common/XEH_preStart.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ uiNamespace setVariable [QGVAR(configNames), createHashMap];
//Add warnings for missing compat PBOs
GVAR(isModLoadedCache) = createHashMap;
{
_x params ["_modPBO", "_compatPBO"];
if ([_modPBO] call FUNC(isModLoaded) && {!([_compatPBO] call FUNC(isModLoaded))}) then {
WARNING_2("Weapon Mod [%1] missing ace compat pbo [%2]",_modPBO,_compatPBO);
};
} forEach [
Expand Down

0 comments on commit 54dd0fe

Please sign in to comment.