Light cleanup

This commit is contained in:
Kawe Mazidjatari 2023-01-26 03:00:23 +01:00
parent f47fb63e5f
commit 59a917a2bc
3 changed files with 3 additions and 4 deletions

View File

@ -29,10 +29,10 @@ class HSV_Main : public IDetour
{
virtual void GetAdr(void) const
{
LogFunAdr("CGameServer::SpawnServer", p_CGameServer__SpawnServer.GetPtr());
LogFunAdr("SV_InitGameDLL", p_SV_InitGameDLL.GetPtr());
LogFunAdr("SV_ShutdownGameDLL", p_SV_ShutdownGameDLL.GetPtr());
LogFunAdr("SV_CreateBaseline", p_SV_CreateBaseline.GetPtr());
LogFunAdr("CGameServer::SpawnServer", p_CGameServer__SpawnServer.GetPtr());
LogVarAdr("s_bDedicated", reinterpret_cast<uintptr_t>(s_bDedicated));
}
virtual void GetFun(void) const

View File

@ -144,7 +144,7 @@ bool CPylon::GetServerByToken(NetGameServer_t& slOutServer, string& svOutMessage
try
{
string jsResultBody = nlohmann::json::parse(htResult->body).dump(4);
DevMsg(eDLL_T::ENGINE, "%s - Comp-Server response body:\n'%s'\n", __FUNCTION__, jsResultBody.c_str());
DevMsg(eDLL_T::ENGINE, "%s - Comp-server response body:\n'%s'\n", __FUNCTION__, jsResultBody.c_str());
}
catch (const std::exception& ex)
{
@ -276,7 +276,7 @@ bool CPylon::PostServerHost(string& svOutMessage, string& svOutToken, const NetG
try
{
string jsResultBody = nlohmann::json::parse(htResult->body).dump(4);
DevMsg(eDLL_T::ENGINE, "%s - Comp-Server response body:\n'%s'\n", __FUNCTION__, jsResultBody.c_str());
DevMsg(eDLL_T::ENGINE, "%s - Comp-server response body:\n'%s'\n", __FUNCTION__, jsResultBody.c_str());
}
catch (const std::exception& ex)
{

View File

@ -105,7 +105,6 @@ class VFactory : public IDetour
virtual void GetAdr(void) const
{
LogVarAdr("s_pInterfacesRegs", s_pInterfacesRegs.GetPtr());
spdlog::debug("+----------------------------------------------------------------+\n");
}
virtual void GetFun(void) const { }
virtual void GetVar(void) const