Entity: Fix death behavior of 0 (#1319)

This commit is contained in:
David Markowitz
2023-11-25 20:50:28 -08:00
committed by GitHub
parent 0c32be01ba
commit a1f8ab763d
3 changed files with 4 additions and 4 deletions

View File

@@ -796,7 +796,7 @@ void DestroyableComponent::Smash(const LWOOBJID source, const eKillType killType
}
}
m_Parent->Kill(owner);
m_Parent->Kill(owner, killType);
}
void DestroyableComponent::SetFaction(int32_t factionID, bool ignoreChecks) {