Skip to content

Commit

Permalink
#3544: Remove redundant super call in handle(FinishConfiguration)
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer authored Oct 4, 2023
1 parent 68b2df2 commit a7dbbc2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,6 @@ private void configureServer()
public void handle(FinishConfiguration finishConfiguration) throws Exception
{
con.sendQueuedPackets();

super.handle( finishConfiguration );
}

@Override
Expand Down

0 comments on commit a7dbbc2

Please sign in to comment.