Fix server singleton name

This commit is contained in:
Kawe Mazidjatari 2023-07-15 16:25:04 +02:00
parent e140d57ef6
commit d2b50065fb

View File

@ -122,7 +122,7 @@ class VServer : public IDetour
LogFunAdr("CServer::RunFrame", p_CServer_RunFrame.GetPtr());
LogFunAdr("CServer::ConnectClient", p_CServer_ConnectClient.GetPtr());
LogFunAdr("CServer::RejectConnection", p_CServer_RejectConnection.GetPtr());
LogVarAdr("g_Server[128]", reinterpret_cast<uintptr_t>(g_pServer));
LogVarAdr("g_Server", reinterpret_cast<uintptr_t>(g_pServer));
#endif // !CLIENT_DLL
}
virtual void GetFun(void) const