mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-11-29 05:01:36 -06:00
Properties sorted. Filtering working on windows. Latest working copy
This commit is contained in:
@@ -61,6 +61,7 @@ class D2TxtParser {
|
||||
$allProps[] = $d['code'];
|
||||
}
|
||||
$filteredProps = array_diff($allProps, $propsToFilter);
|
||||
sort($filteredProps);
|
||||
return $filteredProps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user