We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a997387 commit 7aafa02Copy full SHA for 7aafa02
packages/isaacscript-common/src/classes/features/other/Pause.ts
@@ -196,7 +196,8 @@ export class Pause extends Feature {
196
197
const whitelist = new ReadonlySet([
198
ButtonAction.MENU_CONFIRM,
199
- ButtonAction.CONSOLE,
+ ButtonAction.CONSOLE_REPENTANCE,
200
+ ButtonAction.CONSOLE_REPENTANCE_PLUS,
201
]);
202
this.disableInputs.disableAllInputsExceptFor(tstlClassName, whitelist);
203
0 commit comments