Adds the prefix to the visualizer output

This commit is contained in:
2022-06-03 19:50:59 +02:00
parent a19dd16bad
commit b9dbde7d8e

View File

@@ -55,7 +55,8 @@ public class CommandVisualizer implements CommandExecutor {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append(StringFormatter.getStringFormat(StringFormat.COMMAND_VISUALIZER_FORMAT));
stringBuilder.append(StringFormatter.formatInfoMessage(StringFormatter.getStringFormat(
StringFormat.COMMAND_VISUALIZER_FORMAT)));
//Print info about all portals in the network
for (Portal portal : network.getAllPortals()) {