Skip to content

Commit 7aafa02

Browse files
committed
fix: sound enum reference
1 parent a997387 commit 7aafa02

File tree

1 file changed

+2
-1
lines changed
  • packages/isaacscript-common/src/classes/features/other

1 file changed

+2
-1
lines changed

packages/isaacscript-common/src/classes/features/other/Pause.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ export class Pause extends Feature {
196196

197197
const whitelist = new ReadonlySet([
198198
ButtonAction.MENU_CONFIRM,
199-
ButtonAction.CONSOLE,
199+
ButtonAction.CONSOLE_REPENTANCE,
200+
ButtonAction.CONSOLE_REPENTANCE_PLUS,
200201
]);
201202
this.disableInputs.disableAllInputsExceptFor(tstlClassName, whitelist);
202203

0 commit comments

Comments
 (0)