fixed missing condition variable

This commit is contained in:
Glowbal 2015-03-22 22:20:44 +01:00
parent 1aa2425c1e
commit 1bb32dcfcb

View File

@ -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 {