mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Light cleanup
This commit is contained in:
parent
f47fb63e5f
commit
59a917a2bc
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user