clang format

This commit is contained in:
aMannus
2025-10-18 21:04:50 +02:00
parent cbf847c1b9
commit 49c74c75b0
3 changed files with 11 additions and 10 deletions

View File

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