Changeset 605 for AE/installer2/src/net/oni2/aeinstaller/gui/modtable
- Timestamp:
- Jan 13, 2013, 8:11:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java
r604 r605 217 217 if (install.get(i)) { 218 218 Mod m = items.get(i); 219 if (!m.isLocalAvailable() || m.isNewerAvailable())219 if (!m.isLocalAvailable()) 220 220 size += m.getZipSize(); 221 221 }
Note:
See TracChangeset
for help on using the changeset viewer.