BAD @esteldunedain! BAD DOGGY!

This commit is contained in:
jaynus 2015-04-14 17:09:13 -07:00
parent 4d6e757409
commit b39209cc28

View File

@ -43,7 +43,7 @@ _recurseFnc = {
if (isArray ( _entryCfg >> "selection" )) then {
_selection = getArray ( _entryCfg >> "selection" )
} else {
_selection = getText (_entryCfg >> "selection")
_selection = getText (_entryCfg >> "selection");
if (_selection == "") then {
_selection = [0,0,0];
};