Skip to content

Commit

Permalink
Update CloningConsoleSystem.cs
Browse files Browse the repository at this point in the history
Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus authored Feb 2, 2024
1 parent 688ab0b commit 32b7245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Cloning/CloningConsoleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public override void Initialize()
SubscribeLocalEvent<CloningConsoleComponent, NewLinkEvent>(OnNewLink);
SubscribeLocalEvent<CloningConsoleComponent, PortDisconnectedEvent>(OnPortDisconnected);
SubscribeLocalEvent<CloningConsoleComponent, AnchorStateChangedEvent>(OnAnchorChanged);
SubscribeLocalEvent<CloningPodComponent, GotEmaggedEvent>(OnEmagged);
}

private void OnInit(EntityUid uid, CloningConsoleComponent component, ComponentInit args)
Expand Down

0 comments on commit 32b7245

Please sign in to comment.