Commit 47019db5 authored by Chunchi Che's avatar Chunchi Che

fix

parent ad7edbdd
Pipeline #20826 passed with stages
in 14 minutes and 30 seconds
......@@ -116,7 +116,7 @@ export default (data: Uint8Array) => {
);
}
// const _extra_p_size = reader.inner.readUint8();
const _extra_p_size = reader.inner.readUint8();
// const chain_size = reader.inner.readUint8();
// const chain_actions = [];
......
......@@ -296,7 +296,6 @@ export function updateCardData<T extends DuelFieldState>(
for (const payload of actions) {
const sequence = payload.location?.sequence;
if (typeof sequence !== "undefined") {
console.log(payload.type_);
const target = state?.inner.find((_, idx) => idx == sequence);
if (target && (target.occupant || target.reload)) {
if (target.occupant === undefined) {
......
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