From bc5addd22a6668f80d72138539fdfe74bb2e7a5e Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 30 May 2022 23:38:21 +0200 Subject: [PATCH] =?UTF-8?q?base:=20removed=20`delays.keyPressDuration`=20o?= =?UTF-8?q?ption=20since=20that=20isn=E2=80=99t=20actually=20used=20rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/VoiceAttack-base/util.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/VoiceAttack-base/util.cs b/plugins/VoiceAttack-base/util.cs index 56a576e..a2366e4 100644 --- a/plugins/VoiceAttack-base/util.cs +++ b/plugins/VoiceAttack-base/util.cs @@ -40,8 +40,8 @@ namespace alterNERDtive.util { "alterNERDtive-base", new OptDict{ - { new Option("delays.keyPressDuration", (decimal)0.01, voiceTrigger: "key press duration", - description: "The time keys will be held down for.") }, + /*{ new Option("delays.keyPressDuration", (decimal)0.01, voiceTrigger: "key press duration", + description: "The time keys will be held down for.") },*/ { new Option("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("eddi.quietMode", true, voiceTrigger: "eddi quiet mode",