mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 22:55:41 +03:00
Fix typo
This commit is contained in:
parent
4978661ebe
commit
71c83fbd5b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user