0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:10:43 -05:00

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)
{
// Must add rep to scav profile to ensure consistency
const fullProfile = this.profileHelper.getFullProfile(sessionId);
fullProfile.characters.scav.TradersInfo[traderId].standing = pmcTraderInfo.standing;
}