Commit 2ff6b260 authored by Chunchi Che's avatar Chunchi Che

fix StocHsPlayerChange adapt

parent 86e38147
Pipeline #17423 passed with stages
in 2 minutes and 25 seconds
......@@ -16,6 +16,8 @@ export default class StocHsPlayerChange implements ygoProtobuf {
const pos = (Status >> 4) & 0xf;
const state = Status & 0xf;
pb.pos = pos;
if (pos < 4) {
if (state < 8) {
pb.state = ygopro.StocHsPlayerChange.State.MOVE;
......
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