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
|
|
@ -28,7 +28,7 @@ namespace MinecraftClient
|
||||||
|
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.7 - v" + Version + " - By ORelio & Contributors");
|
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.8 - v" + Version + " - By ORelio & Contributors");
|
||||||
|
|
||||||
//Basic Input/Output ?
|
//Basic Input/Output ?
|
||||||
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")
|
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,7 @@ namespace MinecraftClient.Protocol
|
||||||
case "1.8.5":
|
case "1.8.5":
|
||||||
case "1.8.6":
|
case "1.8.6":
|
||||||
case "1.8.7":
|
case "1.8.7":
|
||||||
|
case "1.8.8":
|
||||||
return 47;
|
return 47;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue