Fix joining Forge servers without mods (#1189)

Regression from 74151097ff
This commit is contained in:
ORelio 2020-08-09 18:41:09 +02:00
parent b4d99eb8a3
commit 294d85d5e1

View file

@ -283,7 +283,11 @@ namespace MinecraftClient.Protocol.Handlers
} }
return true; return true;
} }
else ConsoleIO.WriteLineFormatted("§8Server is running Forge without mods."); else
{
ConsoleIO.WriteLineFormatted("§8Server is running Forge without mods.");
forgeInfo = null;
}
} }
} }
return false; return false;