mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Dont sort subvalues to allow better control
This commit is contained in:
parent
b32db945be
commit
2de5bc2855
@ -58,11 +58,7 @@ public class DecreeNode {
|
||||
optional.add(p);
|
||||
}
|
||||
}
|
||||
|
||||
required.sort();
|
||||
|
||||
optional.sort();
|
||||
|
||||
|
||||
required.addAll(optional);
|
||||
|
||||
return required;
|
||||
|
Loading…
x
Reference in New Issue
Block a user