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.
- package/FranchiseFileTable.js +1 -1
- package/package.json +1 -1
package/FranchiseFileTable.js
CHANGED
|
@@ -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.
|
|
106
|
+
this.data.writeUInt32BE(index, this.header.offsetStart - 4);
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
recalculateEmptyRecordReferences() {
|