mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Why does this annoy me so much?
This commit is contained in:
parent
b24cd48984
commit
62cc0a96ce
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue