Fix build on Windows

This commit is contained in:
Adam Honse committed 2020-05-09 15:48:15 -05:00
1 parent 2fe958783c
commit 119741b736
2 files changed
+5 -1

No files matched your search

+1 -1
View File
@@ -63,7 +63,7 @@ void NetworkServer::StartServer()
if (WSAStartup(MAKEWORD(2, 2), &wsa) != NO_ERROR)
{
WSACleanup();
return false;
return;
}
#endif