Just a reminder :)

This commit is contained in:
Myles 2016-03-14 12:55:17 +00:00
parent 91ae5990b1
commit c0b2985343
1 changed files with 2 additions and 0 deletions

View File

@ -270,5 +270,7 @@ public class PlayerPackets {
protocol.registerIncoming(State.PLAY, 0x06, 0x0D); // Player Move & Look Packet
protocol.registerIncoming(State.PLAY, 0x05, 0x0E); // Player Look Packet
protocol.registerIncoming(State.PLAY, 0x03, 0x0F); // Player Packet
// TODO Plugin Channels :(
}
}