From 71c83fbd5b28642b7fe03c1744fd3ee57086339f Mon Sep 17 00:00:00 2001 From: s1lent Date: Sun, 22 Sep 2019 21:24:43 +0700 Subject: [PATCH] Fix typo --- regamedll/dlls/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regamedll/dlls/client.cpp b/regamedll/dlls/client.cpp index 5d6a1f90..b3afc937 100644 --- a/regamedll/dlls/client.cpp +++ b/regamedll/dlls/client.cpp @@ -3218,7 +3218,7 @@ void EXT_FUNC InternalCommand(edict_t *pEntity, const char *pcmd, const char *pa } else if (FStrEq(pcmd, "cl_setrebuy")) { - if (pPlayer->pev->deadflag != DEAD_NO && m_rebuyString) + if (pPlayer->pev->deadflag != DEAD_NO && pPlayer->m_rebuyString) return; if (CMD_ARGC_() == 2)