Skip to content

Commit

Permalink
Add MC 1.19 invalid Java message to Java Version Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed May 31, 2023
1 parent 5c9c405 commit 8e2dc72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { usePermissions } from '@/plugins/usePermissions';
const MATCH_ERRORS = [
'minecraft 1.17 requires running the server with java 16 or above',
'minecraft 1.18 requires running the server with java 17 or above',
'minecraft 1.19 requires running the server with Java 17 or above',
'java.lang.unsupportedclassversionerror',
'unsupported major.minor version',
'has been compiled by a more recent version of the java runtime',
Expand Down

0 comments on commit 8e2dc72

Please sign in to comment.