Skip to content

Commit

Permalink
fix: skip ShuffleDeck
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 26, 2024
1 parent 6ce304f commit f1264b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/protocol/HSReplayDecoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ export default class HSReplayDecoder extends Stream.Transform
case "Deck":
case "Card":
case "SubOption":
case "ShuffleDeck":
// unused
break;
default:
Expand Down

0 comments on commit f1264b1

Please sign in to comment.