Update XEH_preInit.sqf (#8143)

This commit is contained in:
PabstMirror 2021-03-03 15:50:08 -06:00 committed by GitHub
parent 22faa51233
commit fab4664b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ PREP_RECOMPILE_END;
addMissionEventHandler ["EntityKilled", {_this call FUNC(handleKilledMission)}];
if (hasInterface) {
if (hasInterface) then {
//Add Inventory action to uncon units
["CAManBase", "init", {
params ["_unit"];