diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 6ff1f818..aae2ce94 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -152,15 +152,6 @@ export class GameController return; } - if (fullProfile.characters.pmc.RagfairInfo) - { - if (Number.isNaN(fullProfile.characters.pmc.RagfairInfo.rating)) - { - this.logger.warning(`Profile: ${sessionID} ragfair rating was not a valid number, resetting to 0`); - fullProfile.characters.pmc.RagfairInfo.rating = 0; - } - } - if (Array.isArray(fullProfile.characters.pmc.WishList)) { fullProfile.characters.pmc.WishList = {};