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.
@@ -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
- table.header.nextRecordToUse = nextRecordToUse;
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madden-franchise",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Tools to read a madden franchise file and get data from it",
5
5
  "main": "FranchiseFile.js",
6
6
  "scripts": {