Fixed falling OrgaMatter object destruction
parent
bfd3a5b23c
commit
08afa4b134
|
@ -2198,7 +2198,7 @@ CObject* CPyro::FallSearchBeeExplo()
|
|||
|
||||
for (CObject* obj : CObjectManager::GetInstancePointer()->GetAllObjects())
|
||||
{
|
||||
if ( obj->Implements(ObjectInterfaceType::Destroyable) ) continue;
|
||||
if ( !obj->Implements(ObjectInterfaceType::Destroyable) ) continue;
|
||||
|
||||
if (IsObjectBeingTransported(obj)) continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue