Merge branch 'components-wheeeee' of https://github.com/DarkflameUniverse/DarkflameServer into components-wheeeee

This commit is contained in:
David Markowitz
2023-07-09 19:45:35 -07:00
20 changed files with 259 additions and 504 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>();