Changed function variable to match other medical vehicle functions

This commit is contained in:
SilentSpike 2015-05-10 19:56:35 +01:00
parent 0aea587529
commit d321ed2753

View File

@ -44,7 +44,7 @@ if (!isNull _logic) then {
if (!isnil "_x") then {
if (typeName _x == typeName objNull) then {
if (local _x) then {
_x setvariable [QGVAR(medicClass), _setting, true];
_x setvariable [QGVAR(isMedic), _setting, true];
};
};
};
@ -54,7 +54,7 @@ if (!isNull _logic) then {
if (!isnil "_x") then {
if (typeName _x == typeName objNull) then {
if (local _x) then {
_x setvariable [QGVAR(medicClass), _setting, true];
_x setvariable [QGVAR(isMedic), _setting, true];
};
};
};