Commit 70f2b880 authored by nanahira's avatar nanahira

fix

parent f900969c
...@@ -111,7 +111,7 @@ export class Client { ...@@ -111,7 +111,7 @@ export class Client {
async send(data: YGOProStocBase, noDispatch = false) { async send(data: YGOProStocBase, noDispatch = false) {
if (!noDispatch) { if (!noDispatch) {
const dispatched = await this.ctx.dispatch(data, this); const dispatched = await this.ctx.dispatch(data.copy(), this);
if (!data) { if (!data) {
return; return;
} }
......
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