Skip to content

Commit

Permalink
Edit version parsing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo56958 authored Jul 6, 2024
1 parent fce65fa commit 884296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/flo56958/minetinker/MineTinker.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void parseMCVersion() {
ChatWriter.log(true, "Minecraft Minor Version: " + minor);
} catch (Exception e) {
e.printStackTrace();
ChatWriter.logError("Could not parse the Minecraft Version! Running 1.17 feature set. " +
ChatWriter.logError("Could not parse the Minecraft Version! Running 1.21 feature set. " +
"If you are running a higher Version, please report this as an error.");
}
}
Expand Down

0 comments on commit 884296f

Please sign in to comment.