Skip to content

Commit

Permalink
Fix Rollbar #26302
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 28, 2024
1 parent f7a782e commit 9f1c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GalnetMonitor/GalnetMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private void OnGameVersionUpdated ( object sender, EventArgs e )
/// </summary>
public void Stop ()
{
cancellationTokenSource.Cancel();
cancellationTokenSource?.Cancel();
running = false;
}

Expand Down

0 comments on commit 9f1c098

Please sign in to comment.