From 931c00a97ff543c0ebfc5af52ce0a072bee938d1 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 11 Oct 2013 08:59:03 -0700 Subject: [PATCH] Add version 78 (1.6.4) to the list of supported versions. --- MinecraftClient/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/Program.cs b/MinecraftClient/Program.cs index 9f9cdcdb..9602e4c4 100644 --- a/MinecraftClient/Program.cs +++ b/MinecraftClient/Program.cs @@ -211,7 +211,7 @@ namespace MinecraftClient if (MinecraftCom.GetServerInfo(Settings.ServerIP, ref protocolversion, ref 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) { //Minecraft 1.6+ ? Load translations