Reduced error to warning

This commit is contained in:
Chomp
2025-07-02 19:07:08 +01:00
parent 2e9dbfca96
commit 2beebaed12
@@ -151,7 +151,7 @@ public class QuestController(
{
if (pmcData.TaskConditionCounters.TryGetValue(condition.Id, out _))
{
_logger.Error(
_logger.Warning(
$"Unable to add new task condition counter: {condition.ConditionType} for quest: {questId} to profile: {pmcData.SessionId} as it already exists"
);
}