mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Bump protocol version to 61.
This commit is contained in:
parent
c49e1569d3
commit
4d68bc26eb
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue