Add 1.8.8 as supported version

This commit is contained in:
ORelio 2015-07-30 12:37:29 +02:00
parent 80b44228f8
commit 729960d4a3
2 changed files with 2 additions and 1 deletions

View file

@ -121,6 +121,7 @@ namespace MinecraftClient.Protocol
case "1.8.5":
case "1.8.6":
case "1.8.7":
case "1.8.8":
return 47;
default:
return 0;