Fix auto updater checking when disabled

Fixes !1105
This commit is contained in:
James Seibel
2026-06-06 19:39:07 -05:00
parent e412ec2409
commit ab7a34be54
2 changed files with 1 additions and 7 deletions
@@ -38,12 +38,6 @@ public class DhUpdateScreenBase
{
return;
}
if (!Config.Client.Advanced.AutoUpdater.enableAutoUpdater.get())
{
LOGGER.info("Auto update disabled, ignoring new version...");
return;
}
runnable = () ->