Add 1.7.10 in mcversion INI setting

"1.7.10" can now be used to designate protocol v5.
This commit is contained in:
ORelio 2014-08-18 13:33:50 +02:00
parent cb49ad7036
commit 31e53c2dbd

View file

@ -102,6 +102,7 @@ namespace MinecraftClient.Protocol
case "1.7.7":
case "1.7.8":
case "1.7.9":
case "1.7.10":
return 5;
default:
return 0;