mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-30 13:18:17 +00:00
Rename from GetOwningEntity to GetParentEntity
This commit is contained in:
@@ -872,7 +872,7 @@ void DestroyableComponent::SetStatusImmunity(
|
||||
}
|
||||
|
||||
void DestroyableComponent::FixStats() {
|
||||
auto* entity = GetOwningEntity();
|
||||
auto* entity = GetParentEntity();
|
||||
|
||||
if (entity == nullptr) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user