Skip to content

Fix W2W detection to use total_distance instead of gap_in_sector#35

Merged
computersaucegames merged 1 commit intomasterfrom
claude/race-start-grid-system-01H2gpR88WVBy9crpNzixH55
Dec 2, 2025
Merged

Fix W2W detection to use total_distance instead of gap_in_sector#35
computersaucegames merged 1 commit intomasterfrom
claude/race-start-grid-system-01H2gpR88WVBy9crpNzixH55

Conversation

@computersaucegames
Copy link
Copy Markdown
Owner

  • Previously compared gap_in_sector when pilots in same sector
  • This caused false W2W detection when pilots entered new sector (all at gap 0) but had different total_distance
  • Now always uses total_distance for accurate position comparison
  • Fixes issue where pilots 1 gap apart were detected as W2W

- Previously compared gap_in_sector when pilots in same sector
- This caused false W2W detection when pilots entered new sector
  (all at gap 0) but had different total_distance
- Now always uses total_distance for accurate position comparison
- Fixes issue where pilots 1 gap apart were detected as W2W
@computersaucegames computersaucegames merged commit ecf14ba into master Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants