3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-03 14:50:30 +01:00

Just a reminder :)

Dieser Commit ist enthalten in:
Myles 2016-03-14 12:55:17 +00:00
Ursprung 91ae5990b1
Commit c0b2985343

Datei anzeigen

@ -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 :(
}
}