Changeset 570 for AE/Installer/trunk
- Timestamp:
- Jul 22, 2010, 12:44:28 AM (15 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  AE/Installer/trunk/source/installer.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      AE/Installer/trunk/source/installer.cppr565 r570 677 677 for (unsigned int j = 0; j < globalPackages.size(); ++j) { //looking in the global packages 678 678 if (globalPackages[j].modStringName == installedMods[i]) { //for a mod that has BSL in it 679 if( globalPackages[j].hasBSL) break; //skip non-BSL679 if(!globalPackages[j].hasBSL) break; //skip non-BSL 680 680 if( exists( "packages/" + globalPackages[j].modStringName + "/BSL/" ) ) { 681 681 copyBSL("packages/" + globalPackages[j].modStringName + "/BSL", BSLfolders, globalPackages[j] ); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
