forked from xjboss/KCauldronX
Rollback to the state of .152 build with some critical fixes and updates
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
packet.processPacket(this.netHandler);
|
||||
}
|
||||
|
||||
@@ -225,8 +257,11 @@
|
||||
@@ -225,6 +257,8 @@
|
||||
|
||||
public void closeChannel(IChatComponent p_150718_1_)
|
||||
{
|
||||
@ -85,11 +85,8 @@
|
||||
+
|
||||
if (this.channel.isOpen())
|
||||
{
|
||||
+ this.outboundPacketsQueue.clear(); // KCauldron
|
||||
this.channel.close();
|
||||
this.terminationReason = p_150718_1_;
|
||||
}
|
||||
@@ -254,7 +289,7 @@
|
||||
@@ -254,7 +288,7 @@
|
||||
{
|
||||
;
|
||||
}
|
||||
@ -98,7 +95,7 @@
|
||||
try
|
||||
{
|
||||
p_initChannel_1_.config().setOption(ChannelOption.TCP_NODELAY, Boolean.valueOf(false));
|
||||
@@ -322,6 +357,13 @@
|
||||
@@ -322,6 +356,13 @@
|
||||
return channel;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user