Ignore:
Timestamp:
Jul 22, 2010, 12:44:28 AM (14 years ago)
Author:
gumby
Message:

I made a boner. BSL mods should be fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/installer.cpp

    r565 r570  
    677677                for (unsigned int j = 0; j < globalPackages.size(); ++j) {                              //looking in the global packages
    678678                        if (globalPackages[j].modStringName == installedMods[i]) {      //for a mod that has BSL in it
    679                                 if(globalPackages[j].hasBSL) break; //skip non-BSL
     679                                if(!globalPackages[j].hasBSL) break; //skip non-BSL
    680680                                if( exists( "packages/" + globalPackages[j].modStringName + "/BSL/" ) ) {
    681681                                        copyBSL("packages/" + globalPackages[j].modStringName + "/BSL", BSLfolders, globalPackages[j] );
Note: See TracChangeset for help on using the changeset viewer.