Skip to content

Commit

Permalink
silent swap patch is not exclusive to ca
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Aug 9, 2024
1 parent c17d3da commit 1068ef9
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 @@ -20,7 +20,7 @@ public class SilentSwapDelay extends AEFModule implements Listener {
private final ExpiringSet<UUID> swapItemCooldowns;

public SilentSwapDelay() {
super("combat.crystal-aura.silent-swap-delay");
super("combat.silent-swap-delay");
this.swapItemCooldowns = new ExpiringSet<>(Duration.ofMillis(Math.max(1L,
config.getLong(configPath + ".min-swap-delay-millis", 40L,
"The delay in millis a player cant swap hotbar items after placing\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class SilentSwapDelay extends AEFModule implements Listener {
private final ExpiringSet<UUID> swapItemCooldowns;

public SilentSwapDelay() {
super("combat.crystal-aura.silent-swap-delay");
super("combat.silent-swap-delay");
this.swapItemCooldowns = new ExpiringSet<>(Duration.ofMillis(Math.max(1L,
config.getLong(configPath + ".min-swap-delay-millis", 40L,
"The delay in millis a player cant swap hotbar items after placing\n" +
Expand Down

0 comments on commit 1068ef9

Please sign in to comment.