From 1aaaa37930d8b28476fa794c5c3ceec6ba3a0ba7 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:18:49 +0100 Subject: [PATCH] Update fnc_burnSimulation.sqf --- addons/fire/functions/fnc_burnSimulation.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/fire/functions/fnc_burnSimulation.sqf b/addons/fire/functions/fnc_burnSimulation.sqf index 27f9957ad7..764d6383f8 100644 --- a/addons/fire/functions/fnc_burnSimulation.sqf +++ b/addons/fire/functions/fnc_burnSimulation.sqf @@ -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;