Fix typo in logic_branch removal signal for logic_branch_listener

This commit is contained in:
ALLEN-PC\acj30 2023-10-25 10:49:23 -05:00
parent bdef83449e
commit 8194d80831

View File

@ -3112,7 +3112,7 @@ void CLogicBranch::UpdateOnRemove()
CBaseEntity *pEntity = m_Listeners.Element( i ).Get();
if ( pEntity )
{
g_EventQueue.AddEvent( this, "_OnLogicBranchRemoved", 0, this, this );
g_EventQueue.AddEvent( pEntity, "_OnLogicBranchRemoved", 0, this, this );
}
}