Commit 2bbdda7b authored by nanahira's avatar nanahira

fix

parent 61d0a2f8
......@@ -614,11 +614,8 @@ export class YGOProComponent implements OnInit, OnDestroy {
getDeckAndCategoryParam() {
const deck = this.currentDeck;
console.log(`Deck: ${deck.category}/${deck.deck}`)
return {
category: deck.category === '.' ? '': deck.category,
deck: deck.deck
}
console.log(`Deck: ${deck.symbol}`)
return deck.param;
}
async join(name: string, server: Server) {
......
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