diff --git a/src/components/utilities/Debug.vue b/src/components/utilities/Debug.vue index 745d76c..4dc6ffd 100644 --- a/src/components/utilities/Debug.vue +++ b/src/components/utilities/Debug.vue @@ -41,6 +41,7 @@ async function handleKeyPress(event: KeyboardEvent) { } if (currentString.includes('11')) { + if (gameStore.token) return const response = await login('root', 'password') if (response.success === undefined) {