Skip to content

Commit

Permalink
Remove register warp receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Mar 23, 2023
1 parent 0c619e0 commit 31fb962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NewHorizons/Builder/Props/WarpPadBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public static void Make(GameObject planetGO, Sector sector, NomaiWarpReceiverInf

receiver._alignmentTarget = planetGO?.transform;

Locator.RegisterWarpReceiver(receiver);

receiverObject.SetActive(true);

if (info.computer != null)
Expand Down

0 comments on commit 31fb962

Please sign in to comment.