Change skill reward being 0 from an error to warning
This commit is contained in:
parent
25bfda0d56
commit
4eebd5feef
@ -394,7 +394,7 @@ export class ProfileHelper
|
||||
{
|
||||
if (!pointsToAdd || pointsToAdd < 0)
|
||||
{
|
||||
this.logger.error(
|
||||
this.logger.warning(
|
||||
this.localisationService.getText("player-attempt_to_increment_skill_with_negative_value", skill),
|
||||
);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user