Ignore:
Timestamp:
Jan 12, 2013, 11:48:33 PM (12 years ago)
Author:
alloc
Message:

AEI2: Added load/save config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/depot/DepotConfig.java

    r602 r604  
    6161                return "Package";
    6262        }
    63        
     63
    6464        /**
    6565         * @return Taxonomy term name for modtype Tool
     
    6868                return "Tool";
    6969        }
     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        }
    7078}
Note: See TracChangeset for help on using the changeset viewer.