Skip to content

Commit c894af5

Browse files
Disable OC1 timer when detecting OC 2 data.
1 parent d8d2114 commit c894af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/scripts/features/oc-time/ttOCTime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
() => {
1818
if (!hasAPIData() || !((settings.apiUsage.user.icons && userdata.userCrime) || factiondata.userCrime)) return "No API access.";
19-
else if (!userdata.organizedCrime) return "No OC 1 data.";
19+
else if (!!userdata.organizedCrime) return "No OC 1 data.";
2020
}
2121
);
2222

0 commit comments

Comments
 (0)