Changeset 800


Ignore:
Timestamp:
01/31/14 16:37:06 (10 years ago)
Author:
jts21
Message:

Add method for re-extracting resources without having to wipe your profile -

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r774 r800  
    13211321                }
    13221322        }
     1323       
     1324        public static void flushResources() {
     1325                FrameUtils.extractResources(true);
     1326                MessageBay.displayMessage("Re-extracted resources, Expeditee may need to be restarted for certain resources to be reloaded");
     1327        }
    13231328}
Note: See TracChangeset for help on using the changeset viewer.