@colyseus/schema 2.0.12 → 2.0.14

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.
@@ -3066,7 +3066,7 @@ var Schema = /** @class */ (function () {
3066
3066
  try {
3067
3067
  // trigger onChange
3068
3068
  (_c = $callbacks === null || $callbacks === void 0 ? void 0 : $callbacks[exports.OPERATION.REPLACE]) === null || _c === void 0 ? void 0 : _c.forEach(function (callback) {
3069
- return callback(changes);
3069
+ return callback();
3070
3070
  });
3071
3071
  }
3072
3072
  catch (e) {