As part of profile migration, empty out all insurance
This commit is contained in:
parent
b6b9474da3
commit
cca1416aa1
@ -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 = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user