Skip to content
Snippets Groups Projects
Commit 26f712f4 authored by Chris Kearney's avatar Chris Kearney
Browse files

a seperator now that this thing works better

parent 2678a3dc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment