mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 08:39:59 +01:00
Update SpongeEncodeHandler.java
This commit is contained in:
parent
6941b48038
commit
100ae1c680
@ -36,7 +36,7 @@ public class SpongeEncodeHandler extends MessageToByteEncoder<Object> implements
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
bytebuf.write((ByteBuf) o)
|
bytebuf.writeBytes((ByteBuf) o)
|
||||||
}
|
}
|
||||||
transform(bytebuf);
|
transform(bytebuf);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user