MissionOfferComponent pass

This commit is contained in:
EmosewaMC
2023-07-05 20:30:52 -07:00
parent 950a1fe423
commit 001f6a75eb
3 changed files with 65 additions and 111 deletions

View File

@@ -517,7 +517,7 @@ void Entity::Initialize() {
m_IsGhostingCandidate = false;
break;
case eReplicaComponentType::MISSION_OFFER:
AddComponent<MissionOfferComponent>(GetLOT());
AddComponent<MissionOfferComponent>(componentId);
break;
case eReplicaComponentType::RACING_STATS:
AddComponent<RacingStatsComponent>();