Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Nov 9, 2024
1 parent 2d891b7 commit 0892255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDDI/EDDI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ internal void eventHandler(Event @event)
}
}

private bool eventSignalDetected ( SignalDetectedEvent @event )
internal bool eventSignalDetected ( SignalDetectedEvent @event )
{
if ( Instance.CurrentStarSystem != null && Instance.CurrentStarSystem.systemAddress == @event.systemAddress )
{
Expand Down

0 comments on commit 0892255

Please sign in to comment.