This commit is contained in:
2023-10-27 21:55:31 -05:00
parent c63c5e6896
commit f002de704b
4 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class RegionCmd extends AbstractDevCmd {
}else {
output += "zone: null" + newline;
}
this.throwbackInfo(pc, "No Region Found.");
this.throwbackInfo(pc, output);
}
@Override