mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-08 03:29:35 +01:00
1.7.2 update
This commit is contained in:
parent
e2e32100cd
commit
5dc91e3a01
@ -92,8 +92,8 @@ public enum Protocol
|
||||
};
|
||||
/*========================================================================*/
|
||||
public static final int MAX_PACKET_ID = 0xFF;
|
||||
public static final int PROTOCOL_VERSION = 0x03;
|
||||
public static final String MINECRAFT_VERSION = "1.7";
|
||||
public static final int PROTOCOL_VERSION = 0x04;
|
||||
public static final String MINECRAFT_VERSION = "1.7.2";
|
||||
/*========================================================================*/
|
||||
public final ProtocolDirection TO_SERVER = new ProtocolDirection( "TO_SERVER" );
|
||||
public final ProtocolDirection TO_CLIENT = new ProtocolDirection( "TO_CLIENT" );
|
||||
|
Loading…
Reference in New Issue
Block a user