mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 23:06:25 +00:00
Make GetSocketApiError static
... but only in the header ;)
This commit is contained in:
@@ -141,7 +141,7 @@ void Server::SendLarge(std::string 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.
|
||||
// The resulting format is "<CODE> - <MESSAGE>"
|
||||
int err;
|
||||
|
||||
Reference in New Issue
Block a user