Protocol version 110

This commit is contained in:
Final Child 2016-05-15 15:40:11 +09:00
parent 7e301fc3e8
commit 01d7ed04b3

View file

@ -2,8 +2,8 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants { public class MinecraftConstants {
// General Constants // General Constants
public static final String GAME_VERSION = "1.9.2"; public static final String GAME_VERSION = "1.9.4";
public static final int PROTOCOL_VERSION = 109; public static final int PROTOCOL_VERSION = 110;
// General Key Constants // General Key Constants
public static final String PROFILE_KEY = "profile"; public static final String PROFILE_KEY = "profile";