mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 21:54:30 +00:00
Revert fixing bigmomma wait on info_bigmomma (It affects gameplay) (#385)
This commit is contained in:
parent
43710ea984
commit
2b031dd585
@ -931,7 +931,7 @@ void CBigMomma::StartTask( Task_t *pTask )
|
|||||||
TaskComplete();
|
TaskComplete();
|
||||||
break;
|
break;
|
||||||
case TASK_WAIT_NODE:
|
case TASK_WAIT_NODE:
|
||||||
m_flWaitFinished = gpGlobals->time + GetNodeDelay();
|
m_flWait = gpGlobals->time + GetNodeDelay();
|
||||||
if( m_hTargetEnt->pev->spawnflags & SF_INFOBM_WAIT )
|
if( m_hTargetEnt->pev->spawnflags & SF_INFOBM_WAIT )
|
||||||
ALERT( at_aiconsole, "BM: Wait at node %s forever\n", STRING( pev->netname ) );
|
ALERT( at_aiconsole, "BM: Wait at node %s forever\n", STRING( pev->netname ) );
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user