Medical - fix canTreat (#7041)

* Update fnc_canTreat.sqf

* Update fnc_canTreat.sqf
This commit is contained in:
PabstMirror 2019-06-08 05:17:00 -05:00 committed by mharis001
parent dc30d2a128
commit 9b2c8c84e8

View File

@ -36,6 +36,10 @@ isClass _config
GET_FUNCTION(_condition,_config >> "condition");
if (_condition isEqualType {}) then {
if (_condition isEqualTo {}) exitWith {
_condition = true;
};
_condition = call _condition;
};