Skip to content

Commit

Permalink
fix: Incorrect story config
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Jun 14, 2024
1 parent 301d274 commit 4f73cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/se01ep06.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const SE1EP06 = [
ThemeEvent(Time(0, 14, 32), 'desert'),
ThemeEvent(Time(0, 14, 33), 'god'),
LowRpmLimitEvent(Time(0, 14, 33), 170),
EndEvent(Time(0, 31, 43)),
ThemeEvent(Time(0, 30, 43), 'clear'),
EndEvent(Time(0, 30, 44)),
ThemeEvent(Time(0, 30, 44), 'clear'),
DebugAlertEvent(Time(0, 31, 45), 'Hmmmm'),
];

0 comments on commit 4f73cd9

Please sign in to comment.