Remove redundant code

This commit is contained in:
Dev 2024-03-24 22:18:05 +00:00
parent a35ed657c2
commit 23474bfd67

View File

@ -195,7 +195,6 @@ export class TraderHelper
if (traderId === Traders.FENCE) if (traderId === Traders.FENCE)
{ {
// Must add rep to scav profile to ensure consistency // Must add rep to scav profile to ensure consistency
const fullProfile = this.profileHelper.getFullProfile(sessionId);
fullProfile.characters.scav.TradersInfo[traderId].standing = pmcTraderInfo.standing; fullProfile.characters.scav.TradersInfo[traderId].standing = pmcTraderInfo.standing;
} }