Skip to content

Commit

Permalink
Change default second phrase delay to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 20, 2024
1 parent ebeef89 commit 81bc260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public class HytilsConfig extends Config {
category = "Chat", subcategory = "Automatic",
min = 0, max = 5
)
public static int autoGGSecondPhraseDelay = 1;
public static int autoGGSecondPhraseDelay = 2;

@Switch(
name = "Auto GL",
Expand Down

0 comments on commit 81bc260

Please sign in to comment.