mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-28 06:28:04 +03:00
parent
010438918c
commit
3202d6d99c
@ -2220,7 +2220,7 @@ void CHalfLifeMultiplay::PickNextVIP()
|
|||||||
|
|
||||||
while ((pEntity = UTIL_FindEntityByClassname(pEntity, "player")))
|
while ((pEntity = UTIL_FindEntityByClassname(pEntity, "player")))
|
||||||
{
|
{
|
||||||
if (!FNullEnt(pEntity->edict()))
|
if (FNullEnt(pEntity->edict()))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (pEntity->IsDormant())
|
if (pEntity->IsDormant())
|
||||||
@ -2258,7 +2258,7 @@ void CHalfLifeMultiplay::PickNextVIP()
|
|||||||
|
|
||||||
while ((pEntity = UTIL_FindEntityByClassname(pEntity, "player")))
|
while ((pEntity = UTIL_FindEntityByClassname(pEntity, "player")))
|
||||||
{
|
{
|
||||||
if (!FNullEnt(pEntity->edict()))
|
if (FNullEnt(pEntity->edict()))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (pEntity->IsDormant())
|
if (pEntity->IsDormant())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user