Ignore:
Timestamp:
Jan 25, 2013, 1:25:29 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99e:

  • Added "-nocacheupdate" argument to prevent from updating local Depot cache
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r648 r649  
    174174        @DoInBackground(progressMessage = "updateDepot.title", cancelable = false, indeterminateProgress = false)
    175175        private void execDepotUpdate(final BackgroundEvent evt) {
    176                 if (!Settings.getInstance().isOfflineMode()) {
     176                if (!Settings.getInstance().isOfflineMode() && !Settings.getInstance().isNoCacheUpdateMode()) {
    177177                        long start = new Date().getTime();
    178178
Note: See TracChangeset for help on using the changeset viewer.