Change skill reward being 0 from an error to warning

This commit is contained in:
Dev 2023-12-11 11:44:26 +00:00
parent 25bfda0d56
commit 4eebd5feef

View File

@ -394,7 +394,7 @@ export class ProfileHelper
{ {
if (!pointsToAdd || pointsToAdd < 0) if (!pointsToAdd || pointsToAdd < 0)
{ {
this.logger.error( this.logger.warning(
this.localisationService.getText("player-attempt_to_increment_skill_with_negative_value", skill), this.localisationService.getText("player-attempt_to_increment_skill_with_negative_value", skill),
); );
return; return;