3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-17 01:23:43 +02:00

Update OutgoingTransformer.java

Dieser Commit ist enthalten in:
HugoDaBosss 2016-03-06 14:42:50 +01:00
Ursprung 59d637e0f5
Commit 3c6dcfe5bf

Datei anzeigen

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