We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d2114 commit c894af5Copy full SHA for c894af5
extension/scripts/features/oc-time/ttOCTime.js
@@ -16,7 +16,7 @@
16
},
17
() => {
18
if (!hasAPIData() || !((settings.apiUsage.user.icons && userdata.userCrime) || factiondata.userCrime)) return "No API access.";
19
- else if (!userdata.organizedCrime) return "No OC 1 data.";
+ else if (!!userdata.organizedCrime) return "No OC 1 data.";
20
}
21
);
22
0 commit comments