Update OutgoingTransformer.java

This commit is contained in:
HugoDaBosss 2016-03-06 14:42:50 +01:00
parent 59d637e0f5
commit 3c6dcfe5bf

View File

@ -643,8 +643,8 @@ public class OutgoingTransformer {
NBTIO.writeTag(out, tag); NBTIO.writeTag(out, tag);
} }
else { //There doesn't exist any NBT tag else { //There doesn't exist any NBT tag
input.readerIndex(index); input.readerIndex(index);
output.writeBytes(input, input.readableBytes()); output.writeBytes(input, input.readableBytes());
} }
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();