Changed connection flags to support starting items

This commit is contained in:
Jerom Venneker
2025-08-04 17:59:35 +02:00
parent 0d5ce9caca
commit e204400dbb

View File

@@ -78,7 +78,7 @@ bool ArchipelagoClient::StartClient() {
if (CVarGetInteger(CVAR_REMOTE_ARCHIPELAGO("DeathLink"), 0)) {
tags.push_back("DeathLink");
}
apClient->ConnectSlot(CVarGetString(CVAR_REMOTE_ARCHIPELAGO("SlotName"), ""), password, 0b001, tags);
apClient->ConnectSlot(CVarGetString(CVAR_REMOTE_ARCHIPELAGO("SlotName"), ""), password, 0b0101, tags);
});
apClient->set_slot_connected_handler([&](const nlohmann::json data) {