9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

Cache nodes single core

This commit is contained in:
DanLT
2021-09-03 11:47:09 -08:00
parent 76bf764262
commit 548ed4a1f0
2 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ public class VirtualDecreeCommand {
VolmitSender sender = new VolmitSender(new CommandDummy());
if (isNode()) {
J.a(() -> sender.sendDecreeHelpNode(this));
sender.sendDecreeHelpNode(this);
}
for (VirtualDecreeCommand j : nodes) {