#2529: Use single legacy kicker instance for all channels
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package net.md_5.bungee.protocol;
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import io.netty.channel.ChannelHandler;
|
||||
import io.netty.channel.ChannelHandlerContext;
|
||||
import io.netty.handler.codec.MessageToByteEncoder;
|
||||
|
||||
@ChannelHandler.Sharable
|
||||
public class KickStringWriter extends MessageToByteEncoder<String>
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user