| 735 |
|
copy_file(bsl_itr->path(), "../GameDataFolder/IGMD/" + dir_itr->path().filename() + "/" + bsl_itr->path().filename()); |
| 736 |
|
} |
| 737 |
|
} |
| 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 |
> |
} |
| 742 |
|
} |
| 743 |
|
} |
| 744 |
|
} |
| 1489 |
|
CheckForGlobalization(true); // the 'true' value forces re-globalization |
| 1490 |
|
|
| 1491 |
|
globalPackages = getPackages(); // refresh the list in memory |
| 1490 |
– |
// TODO: Refresh the packages list in the window |
| 1492 |
|
wxCommandEvent e; |
| 1493 |
|
TheWindow->OnRefreshButtonClick( e ); |
| 1494 |
|
return true; |