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>
|
/// <remarks>
|
||||||
/// Shouldn't be able to teleport people to centcomm or the eshuttle from the station
|
/// Shouldn't be able to teleport people to centcomm or the eshuttle from the station
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
[DataField("canTeleportToOtherMaps")]
|
[DataField("canTeleportToOtherMaps"), ViewVariables(VVAccess.ReadWrite)]
|
||||||
public bool CanTeleportToOtherMaps = false;
|
public bool CanTeleportToOtherMaps = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user