File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/net/onelitefeather/antiredstoneclockremastered/service/impl Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3333 */
3434public 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 );
You can’t perform that action at this time.
0 commit comments