Skip to content

Commit e877016

Browse files
authored
Merge branch 'next' into copilot/fix-771d51ed-4494-4478-add6-4d7eba8cc434
2 parents 44e90c2 + b473384 commit e877016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/net/onelitefeather/antiredstoneclockremastered/service/impl/BukkitRedstoneClockService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
*/
3434
public final class BukkitRedstoneClockService implements RedstoneClockService {
3535

36-
@Inject
37-
3836
private final @NotNull AntiRedstoneClockRemastered antiRedstoneClockRemastered;
3937
private int endTimeDelay;
4038
private int maxClockCount;
@@ -47,6 +45,7 @@ public final class BukkitRedstoneClockService implements RedstoneClockService {
4745
private final ConcurrentHashMap<Location, RedstoneClock> activeClockTesters = new ConcurrentHashMap<>();
4846
private final ItemStack SILK_TOUCH_PICKAXE = new ItemStack(Material.DIAMOND_PICKAXE);
4947

48+
@Inject
5049
public BukkitRedstoneClockService(@NotNull AntiRedstoneClockRemastered antiRedstoneClockRemastered) {
5150
this.antiRedstoneClockRemastered = antiRedstoneClockRemastered;
5251
this.endTimeDelay = antiRedstoneClockRemastered.getConfig().getInt("clock.endDelay", 300);

0 commit comments

Comments
 (0)