Merge branch 'main' of https://git.legonzaur.fr/legonzaur/heron-realms-front
release-tag / release-image (push) Successful in 28s

This commit is contained in:
2024-05-17 19:47:30 +02:00
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ watch(
() => goStore.current_game?.players,
(newList, oldList) => {
if (!oldList || !newList) { return }
if (goStore.current_game?.started) { return }
if (newList?.length > oldList.length) {
playSound('/sounds/teleport.mp3')
}