Add version 78 (1.6.4) to the list of supported versions.

This commit is contained in:
justcool393 2013-10-11 08:59:03 -07:00
parent 0f74944a66
commit 931c00a97f

View file

@ -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