mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-04 17:50:45 +03:00
fix mp_kill_filled_spawn (#1011)
This commit is contained in:
parent
dc16b12d79
commit
3cf66de905
@ -5374,11 +5374,6 @@ BOOL IsSpawnPointValid(CBaseEntity *pPlayer, CBaseEntity *pSpot)
|
|||||||
if (!pSpot->IsTriggered(pPlayer))
|
if (!pSpot->IsTriggered(pPlayer))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
#ifdef REGAMEDLL_ADD
|
|
||||||
if (!kill_filled_spawn.value)
|
|
||||||
return TRUE;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CBaseEntity *pEntity = nullptr;
|
CBaseEntity *pEntity = nullptr;
|
||||||
while ((pEntity = UTIL_FindEntityInSphere(pEntity, pSpot->pev->origin, MAX_PLAYER_USE_RADIUS)))
|
while ((pEntity = UTIL_FindEntityInSphere(pEntity, pSpot->pev->origin, MAX_PLAYER_USE_RADIUS)))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user