Commit 78566fbe authored by Chunchi Che's avatar Chunchi Che

fix

parent 07a08bce
......@@ -67,7 +67,7 @@ export default function WaitRoom() {
const observerCount = useAppSelector(selectObserverCount);
const handleChoseDeck = async () => {
const deck = await fetchDeck("hero.ydk");
const deck = await fetchDeck("hero");
sendUpdateDeck(deck);
dispatch(initMeExtraDeckMeta({ controler: 0, codes: deck.extra || [] }));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment