diff --git a/LegendaryIntegration/LegendaryGameSource.cs b/LegendaryIntegration/LegendaryGameSource.cs index 11e9442..d8f0d94 100644 --- a/LegendaryIntegration/LegendaryGameSource.cs +++ b/LegendaryIntegration/LegendaryGameSource.cs @@ -62,7 +62,7 @@ public List GetGameCommands(IGame game) } else { - if (legendaryGame.UpdateAvailable) + if (legendaryGame.UpdateAvailable && !auth!.OfflineLogin) { commands.Add(new("Update", () => Download(legendaryGame))); }