Merge branch 'master' of https://github.com/KoffeinFlummi/ACE3 into rallypointfix

This commit is contained in:
commy2 2015-04-15 02:12:16 +02:00
commit e1926c6af1

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];
};