This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -19,7 +19,7 @@ namespace Content.Server.MachineLinking.Components
|
||||
}
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SignalLinkerSystem))]
|
||||
[Friend(typeof(SignalLinkerSystem))]
|
||||
public sealed class SignalTransmitterComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
@@ -32,7 +32,6 @@ namespace Content.Server.MachineLinking.Components
|
||||
public float TransmissionRange = 30f;
|
||||
|
||||
[DataField("outputs")]
|
||||
[Access(typeof(SignalLinkerSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends
|
||||
public Dictionary<string, List<PortIdentifier>> Outputs = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user