Added ability to change bool with VVWrite for PortalComponent.cs "CanTeleportToOtherMaps" (#19637)
This commit is contained in:
@@ -35,7 +35,7 @@ public sealed partial class PortalComponent : Component
|
||||
/// <remarks>
|
||||
/// Shouldn't be able to teleport people to centcomm or the eshuttle from the station
|
||||
/// </remarks>
|
||||
[DataField("canTeleportToOtherMaps")]
|
||||
[DataField("canTeleportToOtherMaps"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool CanTeleportToOtherMaps = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user