From ffcefdd64e0811f644ea1b76d03b541dde254cb8 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:44:01 +0100 Subject: [PATCH] Rename 'g_pNetKey' to 'g_NetKey' Not a pointer in engine code, only in SDK. --- r5dev/engine/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/engine/net.h b/r5dev/engine/net.h index e409136f..032f3199 100644 --- a/r5dev/engine/net.h +++ b/r5dev/engine/net.h @@ -61,7 +61,7 @@ class VNet : public IDetour LogFunAdr("NET_ReceiveDatagram", p_NET_ReceiveDatagram.GetPtr()); LogFunAdr("NET_SendDatagram", p_NET_SendDatagram.GetPtr()); LogFunAdr("NET_PrintFunc", p_NET_PrintFunc.GetPtr()); - LogVarAdr("g_pNetKey", g_pNetKey); + LogVarAdr("g_NetKey", g_pNetKey); } virtual void GetFun(void) const {