Fix the pull request (764 → 763)

Modification of `MinecraftProtocolVersion.java` for 1.20.1 protocol
This commit is contained in:
Noltox 2023-07-03 19:47:51 +02:00 committed by GitHub
parent 928adfa866
commit 0394c7e527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ public final class MinecraftProtocolVersion {
map.put(new MinecraftVersion(1, 19, 4), 762);
map.put(new MinecraftVersion(1, 20, 0), 763);
map.put(new MinecraftVersion(1, 20, 1), 764);
map.put(new MinecraftVersion(1, 20, 1), 763);
return map;
}