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.cjs CHANGED
@@ -5956,7 +5956,7 @@ var _YGOProMsgUpdateData = class _YGOProMsgUpdateData extends YGOProMsgBase {
5956
5956
  return result;
5957
5957
  }
5958
5958
  getSendTargets() {
5959
- return [this.player, 1 - this.player, 7 /* OBSERVER */];
5959
+ return [];
5960
5960
  }
5961
5961
  };
5962
5962
  __name(_YGOProMsgUpdateData, "YGOProMsgUpdateData");