Skip to content

Commit 96c3338

Browse files
authored
Add the MC 1.18 message to Java Version Modal (pterodactyl#3778)
1 parent 49d5ef2 commit 96c3338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/server/features/JavaVersionModalFeature.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const JavaVersionModalFeature = () => {
3131

3232
const errors = [
3333
'minecraft 1.17 requires running the server with java 16 or above',
34+
'minecraft 1.18 requires running the server with java 17 or above',
3435
'java.lang.unsupportedclassversionerror',
3536
'unsupported major.minor version',
3637
'has been compiled by a more recent version of the java runtime',

0 commit comments

Comments
 (0)