Skip to content

Commit

Permalink
Update CloningSystem.cs
Browse files Browse the repository at this point in the history
I put it back in the wrong file...

Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus authored Feb 2, 2024
1 parent 32b7245 commit 2596e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Cloning/CloningSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public override void Initialize()
SubscribeLocalEvent<CloningPodComponent, PortDisconnectedEvent>(OnPortDisconnected);
SubscribeLocalEvent<CloningPodComponent, AnchorStateChangedEvent>(OnAnchor);
SubscribeLocalEvent<CloningPodComponent, ExaminedEvent>(OnExamined);
SubscribeLocalEvent<CloningPodComponent, GotEmaggedEvent>(OnEmagged);
}

private void OnComponentInit(EntityUid uid, CloningPodComponent clonePod, ComponentInit args)
Expand Down

0 comments on commit 2596e70

Please sign in to comment.