mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add 1.8.4 in supported version list
+ minor fixes to ConsoleIO
This commit is contained in:
parent
33b84584aa
commit
834e446a74
3 changed files with 5 additions and 4 deletions
|
|
@ -117,6 +117,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.8.1":
|
||||
case "1.8.2":
|
||||
case "1.8.3":
|
||||
case "1.8.4":
|
||||
return 47;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue