Merge branch 'main' into feat-shader-background

This commit is contained in:
2024-05-19 10:24:23 +02:00
2 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -5,7 +5,7 @@ import { CardEffects, type Effect } from "~/netcode/Effect";
import type { Player } from "~/netcode/Player"; import type { Player } from "~/netcode/Player";
watch( watch(
() => goStore.current_game?.current_turn.uuid, () => goStore.current_game?.current_turn?.uuid,
() => { () => {
useClientSideStore().activatedClientside = [] useClientSideStore().activatedClientside = []
}) })