Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jul 31, 2023
1 parent 5690533 commit c21b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Archipelago/APRandomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ void APRandomizer::PostGeneration() {

if (precompletedLocations.size() > 0) {
clientWindow->setStatusMessage("Precompleting Puzzles...");
for (int checkID : disabledEntities) {
for (int checkID : precompletedLocations) {
if (actuallyEveryPanel.count(checkID)) {
async->SkipPanel(checkID, "Excluded", false);
}
Expand Down

0 comments on commit c21b89d

Please sign in to comment.