geforkt von Mirrors/Velocity
Read target of Forward message properly. Fixes #318
Dieser Commit ist enthalten in:
Ursprung
b79d2d4a94
Commit
d6b1bc26d8
@ -220,8 +220,8 @@ class BungeeCordMessageResponder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void processForwardToServer(ByteBufDataInput in) {
|
private void processForwardToServer(ByteBufDataInput in) {
|
||||||
ByteBuf toForward = prepareForwardMessage(in);
|
|
||||||
String target = in.readUTF();
|
String target = in.readUTF();
|
||||||
|
ByteBuf toForward = prepareForwardMessage(in);
|
||||||
if (target.equals("ALL")) {
|
if (target.equals("ALL")) {
|
||||||
ByteBuf unreleasableForward = Unpooled.unreleasableBuffer(toForward);
|
ByteBuf unreleasableForward = Unpooled.unreleasableBuffer(toForward);
|
||||||
try {
|
try {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren