Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix breaking change in last commit
Dieser Commit ist enthalten in:
Ursprung
280fe1aed0
Commit
24c4af486c
@ -57,7 +57,7 @@ public class Protocol1_12To1_11_1 extends Protocol {
|
|||||||
public void registerMap() {
|
public void registerMap() {
|
||||||
map(Type.VAR_INT); // 0 - Entity ID
|
map(Type.VAR_INT); // 0 - Entity ID
|
||||||
map(Type.UUID); // 1 - Entity UUID
|
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); // 3 - X
|
||||||
map(Type.DOUBLE); // 4 - Y
|
map(Type.DOUBLE); // 4 - Y
|
||||||
map(Type.DOUBLE); // 5 - Z
|
map(Type.DOUBLE); // 5 - Z
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren