mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-22 14:41:29 +00:00
Merge from upstream
This commit is contained in:
@@ -1002,7 +1002,6 @@ void InventoryComponent::HandlePossession(Item* item) {
|
||||
// Setup the destroyable stats
|
||||
auto* destroyableComponent = mount->GetComponent<DestroyableComponent>();
|
||||
if (destroyableComponent) {
|
||||
destroyableComponent->SetIsSmashable(false);
|
||||
destroyableComponent->SetIsImmune(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user