mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-09 09:17:43 +01:00
Update version to 0.3.5
This commit is contained in:
parent
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
|
Loading…
Reference in New Issue
Block a user