Skip to content

Commit

Permalink
Fix shooting stars not spawning (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
J4stMart authored Oct 12, 2023
1 parent 308e537 commit 2e44aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/util/handleTripFinish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ export async function handleTripFinish(
components.push(..._components);
}

handleTriggerShootingStar(user, data, components);

if (components.length > 0) {
message.components = makeComponents(components);
}

handleTriggerShootingStar(user, data, components);

sendToChannelID(channelID, message);
}

0 comments on commit 2e44aeb

Please sign in to comment.