mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update pylon time-out message
This commit is contained in:
parent
50fceec016
commit
1a3f17a422
@ -123,7 +123,7 @@ vector<NetGameServer_t> CPylon::GetServerList(string& svOutMessage)
|
||||
return vslList;
|
||||
}
|
||||
|
||||
svOutMessage = "Failed to reach comp-server: Unknown error code";
|
||||
svOutMessage = "Failed to reach comp-server: connection timed-out";
|
||||
return vslList;
|
||||
}
|
||||
}
|
||||
@ -233,7 +233,7 @@ bool CPylon::PostServerHost(string& svOutMessage, string& svOutToken, const NetG
|
||||
}
|
||||
|
||||
svOutToken = string();
|
||||
svOutMessage = "Failed to reach comp-server: Unknown error code";
|
||||
svOutMessage = "Failed to reach comp-server: connection timed-out";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -342,7 +342,7 @@ bool CPylon::GetServerByToken(NetGameServer_t& slOutServer, string& svOutMessage
|
||||
return false;
|
||||
}
|
||||
|
||||
svOutMessage = "Failed to reach comp-server: Unknown error code";
|
||||
svOutMessage = "Failed to reach comp-server: connection timed-out";
|
||||
slOutServer = NetGameServer_t{};
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user