madden-franchise 2.3.0 → 2.3.1
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
|
@@ -261,7 +261,7 @@ class FranchiseFileTable extends EventEmitter {
|
|
|
261
261
|
|
|
262
262
|
function updateNextRecordToUseHeaderAndBuffer(nextRecordToUse) {
|
|
263
263
|
// We need to update the table header to use this row next
|
|
264
|
-
|
|
264
|
+
that.header.nextRecordToUse = nextRecordToUse;
|
|
265
265
|
|
|
266
266
|
// And finally update the buffer to reflect this change
|
|
267
267
|
that.data.writeUInt32BE(nextRecordToUse, that.header.headerOffset - 4);
|