Update version to 0.3.5

This commit is contained in:
Myles 2016-03-01 23:16:49 +00:00
parent f9da275358
commit 6828425d72
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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);

View File

@ -1,4 +1,4 @@
name: ViaVersion
main: us.myles.ViaVersion.ViaVersionPlugin
author: _MylesC
version: 0.3.4
version: 0.3.5