3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00
Dieser Commit ist enthalten in:
creeper123123321 2018-02-19 19:19:20 -03:00
Ursprung 326c6cb158
Commit 8848758578

Datei anzeigen

@ -24,7 +24,7 @@ public class EntityPackets {
map(Type.VAR_INT); // 0 - Entity id
map(Type.UUID); // 1 - UUID
map(Type.BYTE); // 2 - Type
// TODO handle new 1.13 entities
// Track Entity
handler(new PacketHandler() {
@Override