mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
add 1.11.2 to supported protocol versions
This commit is contained in:
parent
8cc9046454
commit
7088d09330
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.11.0":
|
||||
return 315;
|
||||
case "1.11.1":
|
||||
case "1.11.2":
|
||||
return 316;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue