Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
me retar
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Apr 27, 2024
1 parent bebfe78 commit c2f645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suncordplugins/questCompleter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default definePlugin({
...ImagesConfig
});

if (event.userStatus.streamProgressSeconds > quest.config.streamDurationRequirementMinutes * 60) {
if (event.userStatus.streamProgressSeconds >= quest.config.streamDurationRequirementMinutes * 60) {
showNotification({
title: `${quest.config.applicationName} - Quests Completer`,
body: "Quest Completed",
Expand Down

0 comments on commit c2f645d

Please sign in to comment.