Forgot to remove this

This commit is contained in:
ItzLightyHD 2022-07-20 19:28:41 +02:00
parent c99f1e884a
commit e1b69691da
No known key found for this signature in database
GPG Key ID: DEFAE1C838F14470
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ socket.onmessage = (event) => {
alphaPreviewGeneratedText.textContent = `${alphaPreviewUsername.value}'s preview key has been generated.\nPreview key: ${data.previewKey}`;
alphaPreviewGeneratedModal.show();
} else if (data.message === "USER_PREVIEW_INFO") {
alphaPreviewGeneratedText.textContent = `${data.username}'s preview key is: ${data.previewKey}`;
alphaPreviewGeneratedText.textContent = `You've already generated a preview key. Please use the key below to play the preview.\n\nUsername: ${data.username}\nPreview key: ${data.previewKey}`;
alphaPreviewGeneratedModal.show();
}