diff --git a/frontend/src/scripts/elements/commandline-lists.ts b/frontend/src/scripts/elements/commandline-lists.ts index ea371fcc5..3ed2de6fa 100644 --- a/frontend/src/scripts/elements/commandline-lists.ts +++ b/frontend/src/scripts/elements/commandline-lists.ts @@ -2275,6 +2275,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = { noIcon: true, exec: (): void => { PractiseWords.init(true, false); + TestLogic.restart(false, false, undefined, true); }, }, { @@ -2283,6 +2284,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = { noIcon: true, exec: (): void => { PractiseWords.init(false, true); + TestLogic.restart(false, false, undefined, true); }, }, { @@ -2291,6 +2293,7 @@ const commandsPractiseWords: MonkeyTypes.CommandsGroup = { noIcon: true, exec: (): void => { PractiseWords.init(true, true); + TestLogic.restart(false, false, undefined, true); }, }, ],