mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
also check allDeadMen
This commit is contained in:
parent
a8688609d7
commit
88f89b8d76
@ -117,7 +117,7 @@ addMissionEventHandler ["Draw3D", DFUNC(render)];
|
||||
ACE_LOGERROR_3("Compile checks bad for (classname: %1)(addon: %2) %3", (typeOf _x), (unitAddons (typeOf _x)), _x);
|
||||
};
|
||||
};
|
||||
} forEach (allUnits + vehicles);
|
||||
} forEach (allUnits + allDeadMen + vehicles);
|
||||
if ((count _badClassnames) == 0) then {
|
||||
ACE_LOGINFO("All compile checks passed");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user