Bump protocol version to 61.

This commit is contained in:
Steven Smith 2015-08-22 16:06:25 -07:00
parent c49e1569d3
commit 4d68bc26eb

View file

@ -3,7 +3,7 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "15w34d";
public static final int PROTOCOL_VERSION = 58;
public static final int PROTOCOL_VERSION = 61;
// General Key Constants
public static final String PROFILE_KEY = "profile";