Feat : more interesting lobby button messages
release-tag / release-image (push) Successful in 28s

Closes #4
This commit is contained in:
2024-05-17 15:22:57 +02:00
parent ae638ba920
commit bf2dbca152
4 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { playSound } from '~/helpers/audioHelpers';
const current_players = computed<Array<Player>>(() => Array.from(goStore.current_game?.players ?? []).filter(p => p.team === goStore.current_game?.current_turn))
watch(
() => goStore.current_game?.current_turn.uuid,
() => goStore.current_game?.current_turn?.uuid,
() => {
if (goStore.current_game?.current_turn?.uuid == goStore.self?.team?.uuid) {
playSound('/sounds/ding.mp3')