Corrected ordering of bedrock version

This commit is contained in:
RaphiMC 2023-06-08 20:15:33 +02:00
parent dd8860f31e
commit dafa55e202
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -100,8 +100,8 @@ public enum VersionEnum {
r1_19(ProtocolVersion.v1_19),
r1_19_1tor1_19_2(ProtocolVersion.v1_19_1),
r1_19_3(ProtocolVersion.v1_19_3),
bedrockLatest(getViaBedrockProtocol("bedrockLatest")),
r1_19_4(ProtocolVersion.v1_19_4),
bedrockLatest(getViaBedrockProtocol("bedrockLatest")),
r1_20(ProtocolVersion.v1_20),
//