mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-16 15:15:20 +01:00
Update OutgoingTransformer.java
This commit is contained in:
parent
59d637e0f5
commit
3c6dcfe5bf
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user