Skip to content

Commit

Permalink
Fixed detection of supported and unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Sep 22, 2023
1 parent 0007d3b commit 84aa3d4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -389,7 +389,9 @@ private boolean loadNMSAdapter() {
List<Pair<Integer, String>> versions = Arrays.asList(
new Pair<>(2729, null),
new Pair<>(2730, "v1_17"),
new Pair<>(2974, null),
new Pair<>(2975, "v1_18"),
new Pair<>(3336, null),
new Pair<>(3337, "v1_19"),
new Pair<>(3465, "v1_20_1")
);
Expand Down

0 comments on commit 84aa3d4

Please sign in to comment.