Update paperweight to 1.2.0 (#6901)
This commit is contained in:
parent
63c3c76ad0
commit
a9214f2d63
13 changed files with 45 additions and 81 deletions
|
|
@ -157,8 +157,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // Paper end
|
||||
ChannelFuture channelfuture = this.channel.writeAndFlush(packet);
|
||||
|
||||
if (genericfuturelistener != null) {
|
||||
channelfuture.addListener(genericfuturelistener);
|
||||
if (callback != null) {
|
||||
channelfuture.addListener(callback);
|
||||
}
|
||||
+ // Paper start
|
||||
+ if (packet.hasFinishListener()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue