Bump protocol to 1.8

This commit is contained in:
Thinkofdeath 2014-09-02 09:44:07 +01:00
parent 2cec5f344a
commit 73d7e0cf99

View File

@ -5,7 +5,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_7_2 = 4;
public static final int MINECRAFT_1_7_6 = 5;
public static final int MINECRAFT_SNAPSHOT = 46;
public static final int MINECRAFT_SNAPSHOT = 47;
public enum Direction
{