Add support for partially loading invalid profiles (#533)

* Add support for partially loading invalid profiles

* Return early in exception
This commit is contained in:
Jesse
2025-08-05 16:25:47 +02:00
committed by GitHub
parent 460d359a0d
commit c7e40deb90
11 changed files with 429 additions and 265 deletions
@@ -106,7 +106,6 @@ public class GameController(
{
SendPraporGiftsToNewProfiles(pmcProfile);
SendMechanicGiftsToNewProfile(pmcProfile);
profileFixerService.CheckForOrphanedModdedItems(sessionId, fullProfile);
}
profileFixerService.CheckForAndRemoveInvalidTraders(fullProfile);