aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/de/torui/coflsky/network/WSClientWrapper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/de/torui/coflsky/network/WSClientWrapper.java b/src/main/java/de/torui/coflsky/network/WSClientWrapper.java
index 2f860d7..6e90455 100644
--- a/src/main/java/de/torui/coflsky/network/WSClientWrapper.java
+++ b/src/main/java/de/torui/coflsky/network/WSClientWrapper.java
@@ -68,9 +68,9 @@ public class WSClientWrapper {
}
Minecraft.getMinecraft().thePlayer.addChatMessage(
- new ChatComponentText("Cofl could not establish a connection to any server!"+
- "\nIf you use a vpn/proxy please try connecting without it.\n"
- "If that does not work please contact us on our ")
+ new ChatComponentText("Cofl could not establish a connection to any server!\n"
+ + "If you use a vpn/proxy please try connecting without it.\n"
+ + "If that does not work please contact us on our ")
.setChatStyle(new ChatStyle().setColor(EnumChatFormatting.RED))
.appendSibling(new ChatComponentText("discord!")
.setChatStyle(new ChatStyle()