Fix build on Windows
This commit is contained in:
parent
2fe958783c
commit
119741b736
2 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ void NetworkServer::StartServer()
|
|||
if (WSAStartup(MAKEWORD(2, 2), &wsa) != NO_ERROR)
|
||||
{
|
||||
WSACleanup();
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue