Add Minecraft 1.8.1 in supported version list

Allows support for version=1.8.1 in config file
This commit is contained in:
ORelio 2014-11-11 12:36:15 +01:00
parent 8e458f7ab9
commit 2dec21ddc7

View file

@ -108,6 +108,7 @@ namespace MinecraftClient.Protocol
case "1.7.10":
return 5;
case "1.8.0":
case "1.8.1":
return 47;
default:
return 0;