Properties sorted. Filtering working on windows. Latest working copy

This commit is contained in:
color.diff=auto 2021-03-30 06:18:54 -06:00
parent c868e47245
commit 728a398ed1

View File

@ -61,6 +61,7 @@ class D2TxtParser {
$allProps[] = $d['code'];
}
$filteredProps = array_diff($allProps, $propsToFilter);
sort($filteredProps);
return $filteredProps;
}