Merge pull request #748 from Torndeco/patch-3

Fix Typo
This commit is contained in:
Skaronator
2013-11-21 13:08:21 -08:00

View File

@@ -67,7 +67,7 @@ _searchArrayChildrenFunc =
[_sub, _query] call _searchArrayFunc; [_sub, _query] call _searchArrayFunc;
}; };
}; };
if(count path > 0)then{ if(count _path > 0)then{
//Nothing was found, so take a step back. //Nothing was found, so take a step back.
if (!_found) then {_path resize ((count _path) - 1)}; if (!_found) then {_path resize ((count _path) - 1)};
}; };
@@ -75,4 +75,4 @@ _searchArrayChildrenFunc =
[_array, _query] call _searchArrayFunc; [_array, _query] call _searchArrayFunc;
_path _path