mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-09 17:08:06 +00:00
Rename from GetOwningEntity to GetParentEntity
This commit is contained in:
@@ -204,7 +204,7 @@ bool Mission::IsValidMission(const uint32_t missionId, CDMissions& info) {
|
||||
}
|
||||
|
||||
Entity* Mission::GetAssociate() const {
|
||||
return m_MissionComponent->GetOwningEntity();
|
||||
return m_MissionComponent->GetParentEntity();
|
||||
}
|
||||
|
||||
User* Mission::GetUser() const {
|
||||
|
Reference in New Issue
Block a user