@colyseus/schema 3.0.55 → 3.0.57

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.
@@ -1300,9 +1300,9 @@ class ChangeTree {
1300
1300
  //
1301
1301
  this.ref[$onEncodeEnd]?.();
1302
1302
  this.indexedOperations = {};
1303
- this.changes = createChangeSet();
1303
+ this.changes = createChangeSet(this.changes.queueRootNode);
1304
1304
  if (this.filteredChanges !== undefined) {
1305
- this.filteredChanges = createChangeSet();
1305
+ this.filteredChanges = createChangeSet(this.filteredChanges.queueRootNode);
1306
1306
  }
1307
1307
  if (discardAll) {
1308
1308
  // preserve queueRootNode references