Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Feb 18, 2025
1 parent 1d55b7e commit dd9012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class TridentDupe extends AEFModule implements Listener {

public TridentDupe() {
super("dupe-preventions.allay-dupe",
super("dupe-preventions.trident-dupe",
PacketEvents.getAPI().getServerManager().getVersion()
.isOlderThanOrEquals(ServerVersion.V_1_21_4), """
Prevents trident dupe from working in 1.13 - 1.21.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class TridentDupe extends AEFModule implements Listener {

public TridentDupe() {
super("dupe-preventions.allay-dupe",
super("dupe-preventions.trident-dupe",
PacketEvents.getAPI().getServerManager().getVersion()
.isOlderThanOrEquals(ServerVersion.V_1_21_4)
&& PacketEvents.getAPI().getServerManager().getVersion()
Expand Down

0 comments on commit dd9012a

Please sign in to comment.