mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add 1.7.10 in mcversion INI setting
"1.7.10" can now be used to designate protocol v5.
This commit is contained in:
parent
cb49ad7036
commit
31e53c2dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.7.7":
|
||||
case "1.7.8":
|
||||
case "1.7.9":
|
||||
case "1.7.10":
|
||||
return 5;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue