forked from SteamWar/SteamWar
Fix tablist after softreload
This commit is contained in:
@@ -172,8 +172,10 @@ public class Tablist extends ChannelInboundHandlerAdapter {
|
||||
sendTabPacket(current, null);
|
||||
current.clear();
|
||||
|
||||
if(connection != null)
|
||||
if(connection != null) {
|
||||
connection.getConnection().getChannel().pipeline().remove(this);
|
||||
connection = null;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user