Add support for partially loading invalid profiles (#533)
* Add support for partially loading invalid profiles * Return early in exception
This commit is contained in:
@@ -106,7 +106,6 @@ public class GameController(
|
||||
{
|
||||
SendPraporGiftsToNewProfiles(pmcProfile);
|
||||
SendMechanicGiftsToNewProfile(pmcProfile);
|
||||
profileFixerService.CheckForOrphanedModdedItems(sessionId, fullProfile);
|
||||
}
|
||||
|
||||
profileFixerService.CheckForAndRemoveInvalidTraders(fullProfile);
|
||||
|
||||
Reference in New Issue
Block a user