Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +01:00
Update version to 0.3.5
Dieser Commit ist enthalten in:
Ursprung
f9da275358
Commit
6828425d72
@ -1,4 +1,4 @@
|
||||
# ViaVersion 0.3.4
|
||||
# ViaVersion 0.3.5
|
||||
**Allows the connection of 1.8 clients to 1.9**
|
||||
|
||||
This plugin modifies netty to allow connection of 1.9 clients to 1.8,
|
||||
|
@ -242,7 +242,7 @@ public class OutgoingTransformer {
|
||||
if (packet == PacketType.PLAY_DESTROY_ENTITIES) {
|
||||
int count = PacketUtil.readVarInt(input);
|
||||
PacketUtil.writeVarInt(count, output);
|
||||
|
||||
|
||||
int[] toDestroy = PacketUtil.readVarInts(count, input);
|
||||
for (int entityID : toDestroy) {
|
||||
clientEntityTypes.remove(entityID);
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ViaVersion
|
||||
main: us.myles.ViaVersion.ViaVersionPlugin
|
||||
author: _MylesC
|
||||
version: 0.3.4
|
||||
version: 0.3.5
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren