0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 21:30:43 -05:00

As part of profile migration, empty out all insurance

This commit is contained in:
Dev 2024-11-08 22:03:00 +00:00
parent b6b9474da3
commit cca1416aa1

View File

@ -262,6 +262,9 @@ export class GameController {
this.logger.warning("Migration: deleting: ragfair traderinfo object from PMC");
delete fullProfile.characters.scav.TradersInfo.ragfair;
}
// Insured armors/helmets will return without soft inserts, remove all to be safe
fullProfile.insurance = [];
}
/**