madden-franchise 2.3.9 → 2.3.10

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.
@@ -103,7 +103,7 @@ class FranchiseFileTable extends EventEmitter {
103
103
  this.header.nextRecordToUse = index;
104
104
 
105
105
  // And finally update the buffer to reflect this change
106
- this.data.writeUInt32BE(index, this.header.headerOffset - 4);
106
+ this.data.writeUInt32BE(index, this.header.offsetStart - 4);
107
107
  };
108
108
 
109
109
  recalculateEmptyRecordReferences() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madden-franchise",
3
- "version": "2.3.9",
3
+ "version": "2.3.10",
4
4
  "description": "Tools to read a madden franchise file and get data from it",
5
5
  "main": "FranchiseFile.js",
6
6
  "scripts": {