diff options
Diffstat (limited to 'test-client/main.ts')
-rw-r--r-- | test-client/main.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-client/main.ts b/test-client/main.ts index f52e7f40..ef38494d 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -327,7 +327,7 @@ export let chat: null | HTMLInputElement = null; const QUICK_COMMANDS: { [key: string]: string } = { "Numpad1": "/start junior", - "Numpad2": "/start senior", + "Numpad2": "/start debug2", "Numpad3": "/start sophomore", "Numpad4": "/start debug", "Numpad5": "/start 5star", @@ -336,6 +336,7 @@ const QUICK_COMMANDS: { [key: string]: string } = { "Numpad9": "/start-tutorial plate:bun", "Numpad7": "/end-tutorial", "Numpad0": "/end", + "NumpadEnter": "/r", } export const keys_down = new Set(); |