From 62cc0a96ce4b3b523b373e80db9a7213ea19604e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 31 Oct 2015 21:45:19 +0100 Subject: [PATCH] Why does this annoy me so much? --- .../actuallyadditions/util/playerdata/PersistentClientData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ellpeck/actuallyadditions/util/playerdata/PersistentClientData.java b/src/main/java/ellpeck/actuallyadditions/util/playerdata/PersistentClientData.java index 108df2714..4b132ebaf 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/playerdata/PersistentClientData.java +++ b/src/main/java/ellpeck/actuallyadditions/util/playerdata/PersistentClientData.java @@ -57,7 +57,7 @@ public class PersistentClientData{ if(Minecraft.getMinecraft().theWorld != null){ return Minecraft.getMinecraft().isIntegratedServerRunning() ? Minecraft.getMinecraft().getIntegratedServer().getFolderName() : Minecraft.getMinecraft().func_147104_D().serverIP; } - return "Invalid"; + else return "Invalid"; } private static NBTTagCompound getCompoundForWorld(NBTTagCompound mainCompound){