mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
Make GetSocketApiError static
... but only in the header ;)
This commit is contained in:
parent
27c057c463
commit
dab8daa088
@ -141,7 +141,7 @@ void Server::SendLarge(std::string Data) {
|
|||||||
TCPSend(Data);
|
TCPSend(Data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string Server::GetSocketApiError() {
|
std::string Server::GetSocketApiError() {
|
||||||
// This will provide us with the error code and an error message, all in one.
|
// This will provide us with the error code and an error message, all in one.
|
||||||
// The resulting format is "<CODE> - <MESSAGE>"
|
// The resulting format is "<CODE> - <MESSAGE>"
|
||||||
int err;
|
int err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user