Ignore:
Timestamp:
May 5, 2013, 10:59:55 PM (12 years ago)
Author:
alloc
Message:

AEI2.11:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/backend/packages/PackageManager.java

    r857 r859  
    328328        }
    329329
    330         private void updateLocalData() {
     330        /**
     331         * Rescan local packages folder for local only packages and updated
     332         * Mod_Info.cfg
     333         */
     334        public void updateLocalData() {
    331335                if (Paths.getModsPath().exists()) {
    332336                        for (File f : Paths.getModsPath().listFiles(new FileFilter() {
Note: See TracChangeset for help on using the changeset viewer.