Ignore:
Timestamp:
May 23, 2010, 12:07:58 AM (15 years ago)
Author:
gumby
Message:

Fixed bug with BSL
PCs now use complete dats instead of seperated

File:
1 edited

Legend:

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

    r516 r526  
    736736                                                }
    737737                                        }
    738                                         BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
    739                                         BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
     738                                        if( !pkg.hasAddon ) {
     739                                                BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
     740                                                BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
     741                                        }
    740742                                }
    741743                        }
Note: See TracChangeset for help on using the changeset viewer.