Changeset 604 for AE/installer2/src/net/oni2/aeinstaller/backend/depot
- Timestamp:
- Jan 12, 2013, 11:48:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/depot/DepotConfig.java
r602 r604 61 61 return "Package"; 62 62 } 63 63 64 64 /** 65 65 * @return Taxonomy term name for modtype Tool … … 68 68 return "Tool"; 69 69 } 70 71 /** 72 * @return First package number that's not a mandatory tool/mod. Everything 73 * below is considered mandatory 74 */ 75 public static int getMandatoryLimit() { 76 return 8000; 77 } 70 78 }
Note:
See TracChangeset
for help on using the changeset viewer.