mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-08 18:50:07 +03:00
Append followup dispatcher contexts to response followup target
This commit is contained in:
parent
dd1a943db6
commit
fbb7769acd
@ -78,6 +78,7 @@ static void DispatchComeback( CAI_ExpresserWithFollowup *pExpress, CBaseEntity *
|
||||
// See DispatchFollowupThroughQueue()
|
||||
criteria.AppendCriteria( "From_idx", CNumStr( pSpeaker->entindex() ) );
|
||||
criteria.AppendCriteria( "From_class", pSpeaker->GetClassname() );
|
||||
pSpeaker->AppendContextToCriteria( criteria, "From_" );
|
||||
#endif
|
||||
// if a SUBJECT criteria is missing, put it back in.
|
||||
if ( criteria.FindCriterionIndex( "Subject" ) == -1 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user