mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add 1.8.8 as supported version
This commit is contained in:
parent
80b44228f8
commit
729960d4a3
2 changed files with 2 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.8.5":
|
||||
case "1.8.6":
|
||||
case "1.8.7":
|
||||
case "1.8.8":
|
||||
return 47;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue