diff --git a/MinecraftClient/Protocol/Handlers/Protocol18Forge.cs b/MinecraftClient/Protocol/Handlers/Protocol18Forge.cs index 56ab8072..5df42cba 100644 --- a/MinecraftClient/Protocol/Handlers/Protocol18Forge.cs +++ b/MinecraftClient/Protocol/Handlers/Protocol18Forge.cs @@ -283,7 +283,11 @@ namespace MinecraftClient.Protocol.Handlers } return true; } - else ConsoleIO.WriteLineFormatted("§8Server is running Forge without mods."); + else + { + ConsoleIO.WriteLineFormatted("§8Server is running Forge without mods."); + forgeInfo = null; + } } } return false;