Skip to content

Commit

Permalink
remove bootstrap from blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed May 4, 2024
1 parent 2288f27 commit 8a9ba06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cslol-tools/src/main_mod_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ static auto mod_mkoverlay(fs::path src, fs::path dst, fs::path game, fs::names m
for (auto const& [_, mounted] : game_index.mounts) {
auto subchunk_name = fs::path(mounted.relpath).replace_extension(".SubChunkTOC").generic_string();
blocked.insert(hash::Xxh64(subchunk_name));
if (mounted.name() == "bootstrap") {
for (auto const& [name, _] : mounted.archive.entries) {
blocked.insert(name);
}
}
}
auto mod_queue = std::vector<wad::Index>{};

Expand Down

0 comments on commit 8a9ba06

Please sign in to comment.