Commit 2bbdda7b authored by nanahira's avatar nanahira

fix

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