diff --git a/Content.Shared/Teleportation/Components/PortalComponent.cs b/Content.Shared/Teleportation/Components/PortalComponent.cs index d14576cf20..eb81070a1e 100644 --- a/Content.Shared/Teleportation/Components/PortalComponent.cs +++ b/Content.Shared/Teleportation/Components/PortalComponent.cs @@ -35,7 +35,7 @@ public sealed partial class PortalComponent : Component /// /// Shouldn't be able to teleport people to centcomm or the eshuttle from the station /// - [DataField("canTeleportToOtherMaps")] + [DataField("canTeleportToOtherMaps"), ViewVariables(VVAccess.ReadWrite)] public bool CanTeleportToOtherMaps = false; ///