change order of BloodPressure readout, fix #2400

This commit is contained in:
bux578 2015-09-12 10:58:29 +02:00
parent bda41f2cd1
commit 9748abdb48

View File

@ -22,7 +22,7 @@ _bloodPressure = if (!alive _target) then {
} else {
[_target] call FUNC(getBloodPressure)
};
_bloodPressure params ["_bloodPressureHigh", "_bloodPressureLow"];
_bloodPressure params [ "_bloodPressureLow", "_bloodPressureHigh"];
_output = "";
_logOutPut = "";
if ([_caller] call FUNC(isMedic)) then {