3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Fix breaking change in last commit

Dieser Commit ist enthalten in:
Myles 2017-06-24 21:17:10 +01:00
Ursprung 280fe1aed0
Commit 24c4af486c

Datei anzeigen

@ -57,7 +57,7 @@ public class Protocol1_12To1_11_1 extends Protocol {
public void registerMap() {
map(Type.VAR_INT); // 0 - Entity ID
map(Type.UUID); // 1 - Entity UUID
map(Type.UNSIGNED_BYTE, Type.VAR_INT); // 2 - Entity Type
map(Type.VAR_INT); // 2 - Entity Type
map(Type.DOUBLE); // 3 - X
map(Type.DOUBLE); // 4 - Y
map(Type.DOUBLE); // 5 - Z