Skip to content

Commit 924d983

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private void OnAttemptShunt(EntityUid uid, StationAIShuntableComponent shuntable
109109
shunt.ReturnAction = _actionSystem.AddAction(target, shuntable.UnshuntAction.Id);
110110
shuntable.Inhabited = target;
111111
shuntable.LastShunt = target;
112-
Dirty(uid, shuntable); // Starlight
112+
Dirty(uid, shuntable);
113113

114114
if (TryComp<SiliconLawProviderComponent>(uid, out var coreLaws))
115115
{

0 commit comments

Comments
 (0)