Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKumaPants committed Apr 14, 2024
1 parent 27f2d2b commit a6ba415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/evaluate.lua
Expand Up @@ -69,8 +69,8 @@ evaluate.check_loot_conditions = function(item, loot_helpers, loot_conditions, s
if success and result then
preference = evaluate.convert_rule_preference(condition_item, loot_helpers, condition)
break
elseif not success and result then
Write.Error(result)
elseif not success then
Write.Warn("Running condition failed: %s - %s", condition.name, result)
end
end
end
Expand Down

0 comments on commit a6ba415

Please sign in to comment.