Compile fixes

This commit is contained in:
Nassim Jahnke
2022-07-28 00:04:27 +02:00
parent 037e6ff905
commit 9364ea991a
5 changed files with 57 additions and 12 deletions

View File

@@ -1472,7 +1472,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
@Override
protected Object evaluate() {
- ServerGamePacketListenerImpl.this.disconnect(s);
+ ServerGamePacketListenerImpl.this.disconnect(reason); // Paper - adventure
+ ServerGamePacketListenerImpl.this.disconnect(reason, cause); // Paper - adventure
return null;
}
};