Fix some store turn error
release-tag / release-image (push) Successful in 34s

This commit is contained in:
2024-05-19 01:25:00 +02:00
parent 6bbbfa13e4
commit 40d0c65eb1
+1 -1
View File
@@ -5,7 +5,7 @@ import { CardEffects, type Effect } from "~/netcode/Effect";
import type { Player } from "~/netcode/Player";
watch(
() => goStore.current_game?.current_turn.uuid,
() => goStore.current_game?.current_turn?.uuid,
() => {
useClientSideStore().activatedClientside = []
})