Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
1.16 pre5
Dieser Commit ist enthalten in:
Ursprung
a58257bc38
Commit
b9889d2c45
@ -80,7 +80,7 @@ public class ProtocolVersion {
|
||||
register(v1_15 = new ProtocolVersion(573, "1.15"));
|
||||
register(v1_15_1 = new ProtocolVersion(575, "1.15.1"));
|
||||
register(v1_15_2 = new ProtocolVersion(578, "1.15.2"));
|
||||
register(v1_16 = new ProtocolVersion(727, "1.16"));
|
||||
register(v1_16 = new ProtocolVersion(729, "1.16"));
|
||||
|
||||
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
||||
}
|
||||
|
@ -119,10 +119,10 @@ public class Protocol1_16To1_15_2 extends Protocol<ClientboundPackets1_15, Clien
|
||||
}
|
||||
|
||||
wrapper.passthrough(Type.VAR_INT); // Hand
|
||||
|
||||
// New boolean: Whether the client is sneaking/pressing shift
|
||||
wrapper.read(Type.BOOLEAN);
|
||||
}
|
||||
|
||||
// New boolean: Whether the client is sneaking/pressing shift
|
||||
wrapper.read(Type.BOOLEAN);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren