mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 19:16:14 +01:00
Fix the pull request (764 → 763)
Modification of `MinecraftProtocolVersion.java` for 1.20.1 protocol
This commit is contained in:
parent
928adfa866
commit
0394c7e527
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user