mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_burnSimulation.sqf
This commit is contained in:
parent
a9dde6df26
commit
1aaaa37930
@ -97,7 +97,7 @@ _unit setVariable [QGVAR(burnCounter), nil];
|
||||
_unit setVariable [QGVAR(stopDropRoll), true];
|
||||
|
||||
if (!_sdr) then {
|
||||
TRACE_1("stop, drop, roll!", _unit);
|
||||
TRACE_1("stop, drop, roll!",_unit);
|
||||
|
||||
_unit setUnitPos "DOWN";
|
||||
doStop _unit;
|
||||
@ -112,7 +112,7 @@ _unit setVariable [QGVAR(burnCounter), nil];
|
||||
} else {
|
||||
// Make the unit leave the vehicle
|
||||
if (_vehicle != _unit) then {
|
||||
TRACE_1("Ejecting", _unit);
|
||||
TRACE_1("Ejecting",_unit);
|
||||
|
||||
_unit leaveVehicle _vehicle;
|
||||
unassignVehicle _unit;
|
||||
|
Loading…
Reference in New Issue
Block a user