Code format.

This commit is contained in:
md_5
2014-04-13 14:15:41 +10:00
parent 3b71a2b570
commit dc2da29c16
15 changed files with 46 additions and 32 deletions

View File

@@ -37,7 +37,6 @@ public enum Protocol
HANDSHAKE
{
{
TO_SERVER.registerPacket( 0x00, Handshake.class );
}
@@ -46,7 +45,6 @@ public enum Protocol
GAME
{
{
TO_CLIENT.registerPacket( 0x00, KeepAlive.class );
TO_CLIENT.registerPacket( 0x01, Login.class );
@@ -72,7 +70,6 @@ public enum Protocol
STATUS
{
{
TO_CLIENT.registerPacket( 0x00, StatusResponse.class );
TO_CLIENT.registerPacket( 0x01, PingPacket.class );
@@ -85,7 +82,6 @@ public enum Protocol
LOGIN
{
{
TO_CLIENT.registerPacket( 0x00, Kick.class );
TO_CLIENT.registerPacket( 0x01, EncryptionRequest.class );