Function must return a value

This commit is contained in:
Kawe Mazidjatari 2022-09-09 21:05:10 +02:00
parent 598d9887f0
commit 3b237a827f

View File

@ -352,8 +352,8 @@ bool CPylon::KeepAlive(const NetGameServer_t& netGameServer) const
bool result = g_pMasterServer->PostServerHost(m_szHostRequestMessage, m_szHostToken, netGameServer);
return result;
}
return false;
#endif // !CLIENT_DLL
return false;
}
//-----------------------------------------------------------------------------