Skip to content

Commit

Permalink
fix: getNameFromHash function
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Jun 8, 2024
1 parent 01eff8a commit 9cb3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shared/utility/vehicleHashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ export function getNameFromHash(hash: number): string | undefined {
continue;
}

return vehicleHashes[key];
return key;
}

return undefined;
Expand Down

0 comments on commit 9cb3e8c

Please sign in to comment.