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