mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add Minecraft 1.8.1 in supported version list
Allows support for version=1.8.1 in config file
This commit is contained in:
parent
8e458f7ab9
commit
2dec21ddc7
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.7.10":
|
||||
return 5;
|
||||
case "1.8.0":
|
||||
case "1.8.1":
|
||||
return 47;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue