We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da5987 commit 39a0054Copy full SHA for 39a0054
src/sodiumCompatibility/java/net/coderbot/iris/compat/sodium/mixin/IrisSodiumCompatMixinPlugin.java
@@ -20,10 +20,10 @@ public void onLoad(String mixinPackage) {
20
return SodiumVersionCheck.isAllowedVersion(version);
21
}).orElse(false);
22
23
- //if (!validSodiumVersion) {
+ if (!validSodiumVersion) {
24
// We can't use Iris' logger here due to classloading issues.
25
System.err.println("[Iris] Invalid/missing version of Sodium detected, disabling compatibility mixins!");
26
- //}
+ }
27
}
28
29
@Override
0 commit comments