mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-27 06:07:56 +03:00
Fix typo in logic_branch removal signal for logic_branch_listener
This commit is contained in:
parent
bdef83449e
commit
8194d80831
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user