Why does this annoy me so much?

This commit is contained in:
Ellpeck 2015-10-31 21:45:19 +01:00
parent b24cd48984
commit 62cc0a96ce

View file

@ -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){