diff --git a/Patches/DialogPatches.cs b/Patches/DialogPatches.cs index 3e8234f..dcb5c21 100644 --- a/Patches/DialogPatches.cs +++ b/Patches/DialogPatches.cs @@ -39,7 +39,7 @@ namespace UIFixes return; } - if (Input.GetKeyDown(KeyCode.Return) || Input.GetKeyDown(KeyCode.KeypadEnter)) + if (Input.GetKeyDown(KeyCode.Return) || Input.GetKeyDown(KeyCode.KeypadEnter) || Input.GetKeyDown(KeyCode.Space)) { AcceptMethod.Invoke(__instance, []); return;