Skip to content

Commit

Permalink
Use Sodium IRIS2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jul 29, 2021
1 parent bedbda3 commit 02c2f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coderbot/iris/Iris.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void onInitializeClient() {

// A lot of people are reporting visual bugs with Iris + Sodium. This makes it so that if we don't have
// the right fork of Sodium, it will just crash.
if (!versionString.startsWith("0.3.0+IRIS1")) {
if (!versionString.startsWith("0.3.0+IRIS2")) {
throw new IllegalStateException("You do not have a compatible version of Sodium installed! You have " + versionString + " but 0.3.0+IRIS1 is expected");
}
}
Expand Down

0 comments on commit 02c2f5e

Please sign in to comment.