Mark 1.7.8+ as supported

1.7.8 can be supported without any change.
Fix login in MinecraftCom using hardcoded value instead of version
This commit is contained in:
ORelio 2014-05-06 15:43:50 +02:00
parent 09bff17fc2
commit 3c84c5813e
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ namespace MinecraftClient
if (MinecraftCom.GetServerInfo(Settings.ServerIP, ref protocolversion, ref version))
{
//Supported protocol version ?
int[] supportedVersions = { 4 };
int[] supportedVersions = { 4, 5 };
if (Array.IndexOf(supportedVersions, protocolversion) > -1)
{
//Load translations (Minecraft 1.6+)