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