Clang format
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user