Changeset 649 for AE/installer2/src/net/oni2/aeinstaller/backend
- Timestamp:
- Jan 25, 2013, 1:25:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/Settings.java
r625 r649 67 67 68 68 private boolean offlineMode = false; 69 private boolean noCacheUpdate = false; 69 70 70 71 /** … … 178 179 179 180 /** 181 * @return Is in noCacheUpdate mode? 182 */ 183 public boolean isNoCacheUpdateMode() { 184 return noCacheUpdate; 185 } 186 187 /** 188 * @param noCacheUpdate 189 * Is in noCacheUpdate mode? 190 */ 191 public void setNoCacheUpdateMode(boolean noCacheUpdate) { 192 this.noCacheUpdate = noCacheUpdate; 193 } 194 195 /** 180 196 * @return Mod Depot cache filename 181 197 */
Note:
See TracChangeset
for help on using the changeset viewer.