mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-28 05:35:28 +01:00
Add protocol version for 1.9.2
This commit is contained in:
parent
ceecd51982
commit
688da1a1bb
@ -40,6 +40,7 @@ public class MinecraftProtocolVersion {
|
||||
map.put(new MinecraftVersion(1, 7, 6), 5);
|
||||
map.put(new MinecraftVersion(1, 8, 0), 47);
|
||||
map.put(new MinecraftVersion(1, 9, 0), 107);
|
||||
map.put(new MinecraftVersion(1, 9, 2), 109);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user