From fbb7769acd1e58613b5d3f2c2f6012a551a0703e Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Fri, 24 Jan 2025 10:38:09 -0600 Subject: [PATCH] Append followup dispatcher contexts to response followup target --- sp/src/game/server/ai_expresserfollowup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sp/src/game/server/ai_expresserfollowup.cpp b/sp/src/game/server/ai_expresserfollowup.cpp index 38a83a3d..cba7c26b 100644 --- a/sp/src/game/server/ai_expresserfollowup.cpp +++ b/sp/src/game/server/ai_expresserfollowup.cpp @@ -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 )