mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_loadUnit.sqf (#9300)
This commit is contained in:
parent
628d62d329
commit
6bc1ae453b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user