Skip to content

Commit

Permalink
Fixing wrong check
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jun 9, 2023
1 parent aca072a commit 791ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/presti/ree6/utils/apis/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class Notifier {
* Constructor used to created instance of the API Clients.
*/
public Notifier() {
if (!Data.isModuleActive("addons")) return;
if (!Data.isModuleActive("notifier")) return;

log.info("Initializing Twitch Client...");
credentialManager = CredentialManagerBuilder.builder()
Expand Down

0 comments on commit 791ebd6

Please sign in to comment.