diff --git a/src/main/java/com/comandante/creeper/command/CompareCommand.java b/src/main/java/com/comandante/creeper/command/CompareCommand.java
index 9a2759ec1364549963c638172e1e6b5c62122f8c..fbb445855ed92430587d5d00adee13a3be5257d3 100644
--- a/src/main/java/com/comandante/creeper/command/CompareCommand.java
+++ b/src/main/java/com/comandante/creeper/command/CompareCommand.java
@@ -39,7 +39,7 @@ public class CompareCommand extends Command {
             for (Player presentPlayer : presentPlayers) {
                 if (presentPlayer != null && presentPlayer.getPlayerName().equals(target)) {
                     String targetLookString = presentPlayer.getLookString();
-                    write(CreeperUtils.printStringsNextToEachOther(Lists.newArrayList(selfLookStrong, targetLookString), "  ")+ "\r\n");
+                    write(CreeperUtils.printStringsNextToEachOther(Lists.newArrayList(selfLookStrong, targetLookString), " | ")+ "\r\n");
                     if (!presentPlayer.getPlayerId().equals(playerId)) {
                         channelUtils.write(presentPlayer.getPlayerId(), player.getPlayerName() + " compares themself to you.", true);
                     }