Don't send bungeecord plugin messages to the client
This commit is contained in:
parent
3973c511f5
commit
a48c458306
@ -451,6 +451,8 @@ public class DownstreamBridge extends PacketHandler
|
|||||||
con.getServer().sendData( "BungeeCord", b );
|
con.getServer().sendData( "BungeeCord", b );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
throw CancelSendSignal.INSTANCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user