- Timestamp:
- Apr 7, 2015, 7:48:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/backend/packages/Package.java
r857 r1020 122 122 getLocalPath(), "Mod_Info.cfg"); 123 123 File aeicfg = new File(getLocalPath(), "aei.cfg"); 124 File plain = CaseInsensitiveFile.getCaseInsensitiveFile(getLocalPath(),125 "plain");124 // File plain = CaseInsensitiveFile.getCaseInsensitiveFile(getLocalPath(), 125 // "plain"); 126 126 if (config.exists()) { 127 127 Mod_Info mi = new Mod_Info(config, packageNumber); … … 173 173 } 174 174 } 175 if (isLocalOnly()) 176 tool = plain.exists(); 175 if (isLocalOnly()) { 176 tool = packageNumber < 10000; 177 } 177 178 } 178 179
Note:
See TracChangeset
for help on using the changeset viewer.