Removed redundant rating check now it has been moved to ProfileFixerService
This commit is contained in:
parent
7ab466a0dc
commit
6613d997cc
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
const pmcProfile = fullProfile.characters.pmc;
|
||||
|
||||
this.logger.debug(`Started game with sessionId: ${sessionID} ${pmcProfile.Info?.Nickname}`);
|
||||
|
Loading…
Reference in New Issue
Block a user