mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo in address logger
Technically not a pointer internally.
This commit is contained in:
parent
f024db1477
commit
d2fca23cf5
@ -221,8 +221,8 @@ class VClientState : public IDetour
|
||||
LogFunAdr("CClientState::Disconnect", p_CClientState__Disconnect.GetPtr());
|
||||
LogFunAdr("CClientState::ConnectionClosing", p_CClientState__ConnectionClosing.GetPtr());
|
||||
LogFunAdr("CClientState::ProcessServerTick", p_CClientState__ProcessServerTick.GetPtr());
|
||||
LogVarAdr("g_pClientState", reinterpret_cast<uintptr_t>(g_pClientState));
|
||||
LogVarAdr("g_pClientState_Shifted", reinterpret_cast<uintptr_t>(g_pClientState_Shifted));
|
||||
LogVarAdr("g_ClientState", reinterpret_cast<uintptr_t>(g_pClientState));
|
||||
LogVarAdr("g_ClientState_Shifted", reinterpret_cast<uintptr_t>(g_pClientState_Shifted));
|
||||
}
|
||||
virtual void GetFun(void) const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user