Refactored Zone to new system

This commit is contained in:
2023-10-18 08:33:49 -04:00
parent e689cb541a
commit 5ed21f9b76
5 changed files with 13 additions and 30 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public class ZoneInfoCmd extends AbstractDevCmd {
} else {
output = "children:";
ArrayList<Zone> nodes = zone.getNodes();
ArrayList<Zone> nodes = zone.nodes;
if (nodes.isEmpty())
output += " none";