Commit 212c32e6 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 2f9bcd60
......@@ -29,6 +29,14 @@ export default (data: Uint8Array) => {
overlay_count,
})
);
} else {
zone_actions.push(
new MsgReloadField.ZoneAction({
zone: ygopro.CardZone.MZONE,
sequence,
position: ygopro.CardPosition.FACEDOWN,
})
);
}
}
......@@ -45,6 +53,14 @@ export default (data: Uint8Array) => {
position: numberToCardPosition(position),
})
);
} else {
zone_actions.push(
new MsgReloadField.ZoneAction({
zone: ygopro.CardZone.SZONE,
sequence,
position: ygopro.CardPosition.FACEDOWN,
})
);
}
}
......
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