Skip to content

Commit

Permalink
Disable OC1 timer when detecting OC 2 data.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Jan 17, 2025
1 parent d8d2114 commit c894af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/scripts/features/oc-time/ttOCTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
() => {
if (!hasAPIData() || !((settings.apiUsage.user.icons && userdata.userCrime) || factiondata.userCrime)) return "No API access.";
else if (!userdata.organizedCrime) return "No OC 1 data.";
else if (!!userdata.organizedCrime) return "No OC 1 data.";
}
);

Expand Down

0 comments on commit c894af5

Please sign in to comment.