Private
Public Access
1
0

chg: pkg: fix all eslint issues - & add example of the testing env #10

This commit is contained in:
2026-04-28 08:10:18 +02:00
parent 5daaf71ae7
commit 199bb7e525
2 changed files with 22 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ const useServerCommunication = (gameAssoc, gameInherited, opponentName, isEnvDev
*/
if (!endRef.current && (!isTrueRestoredRef.current || 0 !== opponentLastSeenRef.current)) {
hideOverlay();
sounds.current.starting.play();
sounds.current.starting.play();
}
};