Skip to content

Commit

Permalink
Makes the QSI Popup Nicer (space-wizards#30265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cojoke-dot authored and themias committed Aug 9, 2024
1 parent e6f7acd commit 9ddc3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ public void DoTeleport(Entity<SwapTeleporterComponent, TransformComponent> ent)
return;
}

_popup.PopupEntity(Loc.GetString("swap-teleporter-popup-teleport-other",
_popup.PopupClient(Loc.GetString("swap-teleporter-popup-teleport-other",
("entity", Identity.Entity(linkedEnt, EntityManager))),
otherTeleEnt,
teleEnt,
otherTeleEnt,
PopupType.MediumCaution);
_transform.SwapPositions(teleEnt, otherTeleEnt);
Expand Down

0 comments on commit 9ddc3b2

Please sign in to comment.