Merge branch 'main' of https://git.legonzaur.fr/legonzaur/heron-realms-front
release-tag / release-image (push) Successful in 28s
release-tag / release-image (push) Successful in 28s
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user