This commit is contained in:
parent
8538d72b10
commit
f83fcd6c6c
1 changed files with 1 additions and 1 deletions
|
@ -1694,7 +1694,7 @@ void CNpcEnemy::processEvent( GAME_EVENT evt, CThing *sourceThing )
|
||||||
|
|
||||||
bool CNpcEnemy::canBeCaughtByNet()
|
bool CNpcEnemy::canBeCaughtByNet()
|
||||||
{
|
{
|
||||||
return( m_data[m_type].canBeNetted );
|
return( m_isActive && m_data[m_type].canBeNetted );
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue