Skip to content

Commit

Permalink
We need CC too
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Feb 1, 2017
1 parent 0fdc51b commit cb2e51c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,6 +4,6 @@

public final class IntegrationCyclopsCore {
public static boolean isLoaded() {
return Loader.isModLoaded("cyclopscore");
return Loader.isModLoaded("cyclopscore") && Loader.isModLoaded("commoncapabilities");
}
}

0 comments on commit cb2e51c

Please sign in to comment.