fix no return in EditDestroyNotification

This commit is contained in:
HappyDOGE 2022-07-28 16:02:15 +03:00
parent 26f8862cac
commit 90d76398ba

View file

@ -73,6 +73,7 @@ public:
bool operator()( CBaseCombatCharacter *actor )
{
actor->OnNavAreaRemoved( m_deadArea );
return true;
}
};