Skip to content

Commit

Permalink
Update getFieldMap.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adefee committed Feb 8, 2024
1 parent 8faf54e commit e051c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/getFieldMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export const getPlayerFieldMapByFile = (filename: string, enableGuardrails = tru
unlockedFastTravels: fieldMapAliasedValues.unlockedFastTravels,
unlockedFastTravel: fieldMapAliasedValues.unlockedFastTravels,
countEffigiesFound: fieldMapAliasedValues.countEffigiesFound,
countEffigies: fieldMapAliasedValues.countEffigiesFound,
countRelics: fieldMapAliasedValues.countEffigiesFound,
voiceId: {
parameterId: null,
Expand Down

0 comments on commit e051c8a

Please sign in to comment.