Skip to content

Commit

Permalink
Change states for launch_fragments_count and launch_fragments_required
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Apr 9, 2024
1 parent 7dee0b9 commit a413483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/src/lib/LocalTrackerWebSocketService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ const TRACKED_UBER_STATES: TrackedUberState[] = [
{ uberId: { group: 4, state: 74 }, trackingId: 'melting_spike'},
{ uberId: { group: 4, state: 75 }, trackingId: 'melting_shuriken'},

{ uberId: { group: 9, state: 2 }, trackingId: 'launch_fragments_count' },
{ uberId: { group: 9, state: 4 }, trackingId: 'launch_fragments_required' },
{ uberId: { group: 26, state: 1 }, trackingId: 'launch_fragments_count' },
{ uberId: { group: 26, state: 2 }, trackingId: 'launch_fragments_required' },

{ uberId: { group: 5, state: 0 }, trackingId: 'resource_spirit_light' },
{ uberId: { group: 5, state: 1 }, trackingId: 'resource_gorlek_ore' },
Expand Down

0 comments on commit a413483

Please sign in to comment.