Skip to content

Commit 0418725

Browse files
committed
Set default auto clicking interval to 10 ticks
1 parent cbba227 commit 0418725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/thevoidblock/syncac/SyncacConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ public class SyncacConfig implements ConfigData {
99
public String TPS_FINDER_REGEX = "TPS: (?<tps>[0-9]+[\\.,][0-9]) MSPT: (?<mspt>[0-9]+[\\.,][0-9])";
1010

1111
public Boolean ATTACK_ENABLED = false;
12-
public Integer ATTACK_INTERVAL = 20;
12+
public Integer ATTACK_INTERVAL = 10;
1313
public Boolean ATTACK_SYNC_ENABLED = true ;
1414

1515
public Boolean USE_ENABLED = false;
16-
public Integer USE_INTERVAL = 20;
16+
public Integer USE_INTERVAL = 10;
1717
public Boolean USE_SYNC_ENABLED = true;
1818
public Boolean USE_HOLD_ENABLED = false;
1919
}

0 commit comments

Comments
 (0)