mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add version 78 (1.6.4) to the list of supported versions.
This commit is contained in:
parent
0f74944a66
commit
931c00a97f
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ namespace MinecraftClient
|
||||||
if (MinecraftCom.GetServerInfo(Settings.ServerIP, ref protocolversion, ref version))
|
if (MinecraftCom.GetServerInfo(Settings.ServerIP, ref protocolversion, ref version))
|
||||||
{
|
{
|
||||||
//Supported protocol version ?
|
//Supported protocol version ?
|
||||||
int[] supportedVersions = { 51, 60, 61, 72, 73, 74 };
|
int[] supportedVersions = { 51, 60, 61, 72, 73, 74, 78 };
|
||||||
if (Array.IndexOf(supportedVersions, protocolversion) > -1)
|
if (Array.IndexOf(supportedVersions, protocolversion) > -1)
|
||||||
{
|
{
|
||||||
//Minecraft 1.6+ ? Load translations
|
//Minecraft 1.6+ ? Load translations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue