mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-13 09:11:03 -05:00
Protocol version 110
This commit is contained in:
parent
7e301fc3e8
commit
01d7ed04b3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ package org.spacehq.mc.protocol;
|
|||
|
||||
public class MinecraftConstants {
|
||||
// General Constants
|
||||
public static final String GAME_VERSION = "1.9.2";
|
||||
public static final int PROTOCOL_VERSION = 109;
|
||||
public static final String GAME_VERSION = "1.9.4";
|
||||
public static final int PROTOCOL_VERSION = 110;
|
||||
|
||||
// General Key Constants
|
||||
public static final String PROFILE_KEY = "profile";
|
||||
|
|
Loading…
Reference in a new issue