#3544: Remove redundant super call in handle(FinishConfiguration)

This commit is contained in:
Outfluencer 2023-10-04 22:21:46 +02:00 committed by GitHub
parent 68b2df2b1e
commit a7dbbc2f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,8 +362,6 @@ public class UpstreamBridge extends PacketHandler
public void handle(FinishConfiguration finishConfiguration) throws Exception
{
con.sendQueuedPackets();
super.handle( finishConfiguration );
}
@Override