Clang format

This commit is contained in:
aMannus
2025-08-06 23:01:14 +02:00
parent fc80fb5413
commit 58a564077e
2 changed files with 8 additions and 7 deletions

View File

@@ -62,7 +62,8 @@ bool ArchipelagoClient::StartClient() {
apClient->set_socket_error_handler([&](const std::string& msg) { apClient->set_socket_error_handler([&](const std::string& msg) {
retries++; retries++;
if (retries >= AP_Client_consts::MAX_RETRIES) { if (retries >= AP_Client_consts::MAX_RETRIES) {
ArchipelagoConsole_SendMessage("[ERROR] Could not connect to server after several tries.\nAre the entered server address and port correct?"); ArchipelagoConsole_SendMessage("[ERROR] Could not connect to server after several tries.\nAre the entered "
"server address and port correct?");
CVarSetInteger(CVAR_REMOTE_ARCHIPELAGO("ConnectionStatus"), 2); // Connection error CVarSetInteger(CVAR_REMOTE_ARCHIPELAGO("ConnectionStatus"), 2); // Connection error
disconnecting = true; disconnecting = true;