Update fnc_loadUnit.sqf (#9300)

This commit is contained in:
johnb432 2023-08-01 18:35:55 +02:00 committed by GitHub
parent 628d62d329
commit 6bc1ae453b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,6 @@ if (isNull _vehicle) exitWith { TRACE_1("no vehicle found",_vehicle); };
private _vehicleName = getText (configOf _vehicle >> "displayName");
[[LSTRING(LoadedInto), _patientName, _vehicleName], 3] call EFUNC(common,displayTextStructured);
}, [_patient, _vehicle], 3, {
params ["_unit", "_emptyPos"];
params ["_unit", "_vehicle"];
WARNING_3("loadPerson failed to load %1[local %2] -> %3 ",_unit,local _unit,_vehicle);
}] call CBA_fnc_waitUntilAndExecute;