diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 7f5c8e78..be08ef44 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -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 = []; } /**