Skip to content

Commit

Permalink
[skip ci] Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Jul 10, 2024
1 parent 6d0b7f8 commit 622c40d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class InternalVelocityPacketListener extends InternalPacketListener {

@Override
@Override
public void onPacketSend(PacketSendEvent event) {
if (event.getPacketType() == PacketType.Login.Server.SET_COMPRESSION) {
WrapperLoginServerSetCompression compression = new WrapperLoginServerSetCompression(event);
Expand Down

0 comments on commit 622c40d

Please sign in to comment.