Skip to content

Commit

Permalink
fix #1194 (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron authored Sep 19, 2023
1 parent 2e386d2 commit ca78a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/dComponents/MultiZoneEntranceComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void MultiZoneEntranceComponent::OnUse(Entity* originator) {
if (!rocket) return;

// the LUP world menu is just the property menu, the client knows how to handle it
GameMessages::SendPropertyEntranceBegin(m_Parent->GetObjectID(), m_Parent->GetSystemAddress());
GameMessages::SendPropertyEntranceBegin(m_Parent->GetObjectID(), originator->GetSystemAddress());
}

void MultiZoneEntranceComponent::OnSelectWorld(Entity* originator, uint32_t index) {
Expand Down

1 comment on commit ca78a16

@aronwk-aaron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was actually a fix for #1195 I just can;t type

Please sign in to comment.