add 1.11.2 to supported protocol versions

This commit is contained in:
Nikolay Dmitriyev 2017-02-06 16:33:19 +04:00 committed by GitHub
parent 8cc9046454
commit 7088d09330

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;