mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed missing condition variable
This commit is contained in:
@ -40,6 +40,7 @@ _locations = getArray (_config >> "treatmentLocations");
|
|||||||
|
|
||||||
_return = true;
|
_return = true;
|
||||||
if (getText (_config >> "condition") != "") then {
|
if (getText (_config >> "condition") != "") then {
|
||||||
|
_condition = getText (_config >> "condition");
|
||||||
if (isnil _condition) then {
|
if (isnil _condition) then {
|
||||||
_condition = compile _condition;
|
_condition = compile _condition;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user