Skip to content

Commit

Permalink
base: removed delays.keyPressDuration option since that isn’t actua…
Browse files Browse the repository at this point in the history
…lly used rn
  • Loading branch information
alterNERDtive committed May 30, 2022
1 parent 64a096d commit bc5addd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/VoiceAttack-base/util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class Configuration
{
"alterNERDtive-base",
new OptDict<string, Option>{
{ new Option<decimal>("delays.keyPressDuration", (decimal)0.01, voiceTrigger: "key press duration",
description: "The time keys will be held down for.") },
/*{ new Option<decimal>("delays.keyPressDuration", (decimal)0.01, voiceTrigger: "key press duration",
description: "The time keys will be held down for.") },*/
{ new Option<decimal>("delays.quitToDesktop", (decimal)10.0, voiceTrigger: "quit to desktop delay",
description: "The delay before restarting the game after hitting “Exit to Desktop”, in seconds.\nDefault: 10.0. (Used by the `restart from desktop` command)") },
{ new Option<bool>("eddi.quietMode", true, voiceTrigger: "eddi quiet mode",
Expand Down

0 comments on commit bc5addd

Please sign in to comment.