ygopro-msg-encode 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -6092,7 +6092,7 @@ var YGOProMsgUpdateData = class extends YGOProMsgBase {
6092
6092
  return result;
6093
6093
  }
6094
6094
  getSendTargets() {
6095
- return [this.player, 1 - this.player, 7 /* OBSERVER */];
6095
+ return [];
6096
6096
  }
6097
6097
  };
6098
6098