mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-08 11:40:32 +01:00
1.7 pre release support
This commit is contained in:
parent
cdf47d84d8
commit
2101964330
@ -92,8 +92,8 @@ public enum Protocol
|
|||||||
};
|
};
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
public static final int MAX_PACKET_ID = 0xFF;
|
public static final int MAX_PACKET_ID = 0xFF;
|
||||||
public static final int PROTOCOL_VERSION = 0x01;
|
public static final int PROTOCOL_VERSION = 0x03;
|
||||||
public static final String MINECRAFT_VERSION = "13w42b";
|
public static final String MINECRAFT_VERSION = "1.7";
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
public final ProtocolDirection TO_SERVER = new ProtocolDirection( "TO_SERVER" );
|
public final ProtocolDirection TO_SERVER = new ProtocolDirection( "TO_SERVER" );
|
||||||
public final ProtocolDirection TO_CLIENT = new ProtocolDirection( "TO_CLIENT" );
|
public final ProtocolDirection TO_CLIENT = new ProtocolDirection( "TO_CLIENT" );
|
||||||
|
Loading…
Reference in New Issue
Block a user