diff --git a/project/src/helpers/TraderHelper.ts b/project/src/helpers/TraderHelper.ts index 4c609019..c51982d7 100644 --- a/project/src/helpers/TraderHelper.ts +++ b/project/src/helpers/TraderHelper.ts @@ -195,7 +195,6 @@ export class TraderHelper if (traderId === Traders.FENCE) { // Must add rep to scav profile to ensure consistency - const fullProfile = this.profileHelper.getFullProfile(sessionId); fullProfile.characters.scav.TradersInfo[traderId].standing = pmcTraderInfo.standing; }