This commit is contained in:
s1lent 2019-09-22 21:24:43 +07:00
parent 4978661ebe
commit 71c83fbd5b
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -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)