Skip to content

Commit

Permalink
Removed: Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Sep 23, 2024
1 parent 384a8f6 commit 30a71aa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@
import net.kyori.adventure.text.Component;

public class TransactionHandler<P> extends PacketListenerAbstract {
private final PCPlatform<P> platform;
private final CrashManager<P> crashManager;

private final PacketTypeCommon keepAlive = PacketType.Play.Client.KEEP_ALIVE;
private final PacketTypeCommon pong = PacketType.Play.Client.PONG;
private final PacketTypeCommon transaction = PacketType.Play.Client.WINDOW_CONFIRMATION;

public TransactionHandler(PCPlatform<P> plugin) {
this.platform = plugin;
this.crashManager = plugin.getCrashManager();
}

Expand Down

0 comments on commit 30a71aa

Please sign in to comment.