Update version info for 1.8.2 release

This commit is contained in:
ORelio 2015-03-11 19:58:28 +01:00
parent 734d2672a2
commit e3c38ed6ac
3 changed files with 5 additions and 3 deletions

View file

@ -109,6 +109,8 @@ namespace MinecraftClient.Protocol
return 5;
case "1.8.0":
case "1.8.1":
case "1.8.2":
case "1.8.3":
return 47;
default:
return 0;