diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-06-25 09:23:48 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-06-27 20:51:55 +0800 | 
| commit | 9890ebc0978e0ec3567fb78dba4bd2d4a18855f3 (patch) | |
| tree | 59f9de579edb2ef7a218908e7713178409f04be2 /indra | |
| parent | 0da58c31bedf29f2fcf898349e96828bd8e7517b (diff) | |
Disable SLVersionChecker (for all platforms)
We haven't implemented our version checking anyway.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)      { | 
