Play self login sound on auth success and update changelog

This commit is contained in:
Jage9
2026-02-28 03:27:23 -05:00
parent 294ccfa902
commit 41000e6635
3 changed files with 8 additions and 1 deletions

View File

@@ -1551,6 +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);
setConnectionStatus('Authenticated. Joining world...');
}