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