Skip to content

Commit

Permalink
Merge branch 'master' into payload
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jul 31, 2023
2 parents 1c68d15 + 06efd5f commit 5690533
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 @@ -31,7 +31,7 @@ bool APRandomizer::Connect(std::string& server, std::string& user, std::string&
ap->set_room_info_handler([&]() {
const int item_handling_flags_all = 7;

ap->ConnectSlot(user, password, item_handling_flags_all, {}, {0, 4, 1});
ap->ConnectSlot(user, password, item_handling_flags_all, {}, {0, 4, 2});
});

ap->set_location_checked_handler([&](const std::list<int64_t>& locations) {
Expand Down

0 comments on commit 5690533

Please sign in to comment.