From f9c3a929da9d6369c97c7279210ac39e5467b594 Mon Sep 17 00:00:00 2001 From: wixoa Date: Sat, 14 Oct 2023 12:22:41 -0400 Subject: [PATCH] Update OpenDreamClient/Interface/InterfaceMacro.cs --- OpenDreamClient/Interface/InterfaceMacro.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenDreamClient/Interface/InterfaceMacro.cs b/OpenDreamClient/Interface/InterfaceMacro.cs index b800c41598..b3f4044ca0 100644 --- a/OpenDreamClient/Interface/InterfaceMacro.cs +++ b/OpenDreamClient/Interface/InterfaceMacro.cs @@ -297,8 +297,8 @@ private void FirstChanceKeyHandler(KeyEventArgs args, KeyEventType type) { if (keyName == null) return; string command = Command.Replace("[[*]]", keyName); - _interfaceManager.RunCommand(command); - // args.Handle() omitted on purpose, in BYOND both the "specific" keybind and the ANY keybind are triggered + _interfaceManager.RunCommand(command); + // args.Handle() omitted on purpose, in BYOND both the "specific" keybind and the ANY keybind are triggered }