Makes the QSI Popup Nicer (#30265)
This commit is contained in:
@@ -164,9 +164,9 @@ public sealed class SwapTeleporterSystem : EntitySystem
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user