9
0
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:
CocoTheOwner
2021-08-18 13:14:29 +02:00
parent b32db945be
commit 2de5bc2855

View File

@@ -58,11 +58,7 @@ public class DecreeNode {
optional.add(p);
}
}
required.sort();
optional.sort();
required.addAll(optional);
return required;