Ignore:
Timestamp:
Jan 13, 2013, 8:11:07 PM (12 years ago)
Author:
alloc
Message:

AEI2:

  • Added mod download prior to installation
  • Dependency checking (needs verification)
  • Conflicts checking basis (not implemented)
  • Run Oni through AEI
File:
1 edited

Legend:

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

    r604 r605  
    217217                                if (install.get(i)) {
    218218                                        Mod m = items.get(i);
    219                                         if (!m.isLocalAvailable() || m.isNewerAvailable())
     219                                        if (!m.isLocalAvailable())
    220220                                                size += m.getZipSize();
    221221                                }
Note: See TracChangeset for help on using the changeset viewer.