Merge pull request #245 from nokimaro/Indev

add 1.11.2 to supported protocol versions
This commit is contained in:
ORelio 2017-02-06 15:50:36 +01:00 committed by GitHub
commit 0ef42b5681

View file

@ -182,6 +182,7 @@ namespace MinecraftClient.Protocol
case "1.11.0":
return 315;
case "1.11.1":
case "1.11.2":
return 316;
default:
return 0;