mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-27 06:30:35 +08:00
Read target of Forward message properly. Fixes #318
This commit is contained in:
parent
b79d2d4a94
commit
d6b1bc26d8
@ -220,8 +220,8 @@ class BungeeCordMessageResponder {
|
||||
}
|
||||
|
||||
private void processForwardToServer(ByteBufDataInput in) {
|
||||
ByteBuf toForward = prepareForwardMessage(in);
|
||||
String target = in.readUTF();
|
||||
ByteBuf toForward = prepareForwardMessage(in);
|
||||
if (target.equals("ALL")) {
|
||||
ByteBuf unreleasableForward = Unpooled.unreleasableBuffer(toForward);
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user