Actually added 1.20.5 to VersionEnum

This commit is contained in:
RaphiMC 2023-12-19 00:40:03 +01:00
parent a83a50d2b7
commit 492f973e59
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ public enum VersionEnum {
}
}
SORTED_VERSIONS.add(r1_20_5);
SORTED_VERSIONS.add(r1_20_3tor1_20_4);
SORTED_VERSIONS.add(r1_20_2);
SORTED_VERSIONS.add(r1_20tor1_20_1);