Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Dec 15, 2021
1 parent 8fcf816 commit 9cebc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gmail/thelimeglass/Skellett.java
Expand Up @@ -361,7 +361,7 @@ private void register() throws IOException, NoSuchMethodException, IllegalAccess
}
}
if (a instanceof Version) {
String[] versions = {"1.8", "1.8R3", "1.9", "1.9R1", "1.10" , "1.11", "1.11.2", "1.12", "1.13", "1.14", "1.14.4", "1.15", "1.16", "1.17"};
String[] versions = {"1.8", "1.8R3", "1.9", "1.9R1", "1.10" , "1.11", "1.11.2", "1.12", "1.13", "1.14", "1.14.4", "1.15", "1.16", "1.17", "1.18"};
Integer server = null;
Integer serverTag = null;
for (int i = 0; i < versions.length; i++) {
Expand Down

0 comments on commit 9cebc15

Please sign in to comment.