Fix self login sound call scope in auth result

This commit is contained in:
Jage9
2026-02-28 03:34:35 -05:00
parent 41000e6635
commit 1bb7aca0a4
2 changed files with 2 additions and 2 deletions

View File

@@ -1551,7 +1551,7 @@ async function handleAuthResult(message: Extract<IncomingMessage, { type: 'auth_
dom.authPassword.value = '';
dom.registerPassword.value = '';
dom.registerPasswordConfirm.value = '';
playSample(SYSTEM_SOUND_URLS.logon, 1);
void audio.playSample(SYSTEM_SOUND_URLS.logon, 1);
setConnectionStatus('Authenticated. Joining world...');
}