From 4c503b23b1e63c07016e01cc0694973d37ad4b24 Mon Sep 17 00:00:00 2001 From: Mestima Date: Fri, 27 May 2022 15:40:10 +0300 Subject: [PATCH] Backtreck watch key is B now by default There was a key conflict with key D which is used when char is moving --- data/modinfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/modinfo.lua b/data/modinfo.lua index 068547c..332740c 100644 --- a/data/modinfo.lua +++ b/data/modinfo.lua @@ -93,7 +93,7 @@ configuration_options = { label = "Backtrek watch Keybind", hover = "Use available Backtrek Watch with...", options = {}, - default = "D" + default = "B" }, { name = "unspoil_rate",