Skip to content

Commit 098a946

Browse files
Update Content.Shared/_Starlight/Silicons/Borgs/StationAIShuntableComponent.cs
Co-authored-by: mack.wtf <mackamuir@gmail.com>
1 parent 924d983 commit 098a946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.Shared/_Starlight/Silicons/Borgs/StationAIShuntableComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Content.Shared._Starlight.Silicons.Borgs;
77
/// <summary>
88
/// This comp is added to station AI's invisible posibrain to handle shunting logics.
99
/// </summary>
10-
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] // Starlight
10+
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
1111
public sealed partial class StationAIShuntableComponent : Component
1212
{
1313
/// <summary>

0 commit comments

Comments
 (0)