From 9890ebc0978e0ec3567fb78dba4bd2d4a18855f3 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 25 Jun 2024 09:23:48 +0800 Subject: Disable SLVersionChecker (for all platforms) We haven't implemented our version checking anyway. --- indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llappviewer.cpp') diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 601caddc7f..2d65c725b5 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1141,7 +1141,7 @@ bool LLAppViewer::init() gGLActive = FALSE; -#if LL_RELEASE_FOR_DOWNLOAD +#if 0 // LL_RELEASE_FOR_DOWNLOAD // Skip updater if this is a non-interactive instance if (!gSavedSettings.getBOOL("CmdLineSkipUpdater") && !gNonInteractive) { -- cgit v1.2.3