mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed function variable to match other medical vehicle functions
This commit is contained in:
parent
0aea587529
commit
d321ed2753
@ -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];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user