#2529: Use single legacy kicker instance for all channels

This commit is contained in:
NayXegp
2018-09-23 03:26:17 +02:00
committed by md_5
parent 9886021428
commit 41f8eb68c9
2 changed files with 4 additions and 1 deletions

View File

@@ -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>
{