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:
parent
1aa2425c1e
commit
1bb32dcfcb
@ -40,6 +40,7 @@ _locations = getArray (_config >> "treatmentLocations");
|
||||
|
||||
_return = true;
|
||||
if (getText (_config >> "condition") != "") then {
|
||||
_condition = getText (_config >> "condition");
|
||||
if (isnil _condition) then {
|
||||
_condition = compile _condition;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user