Skip to content

Commit

Permalink
Fixed manual review text (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed May 27, 2024
1 parent 3b0ada1 commit 5d6eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combatlog/models/combatlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def update_metadata_file(self, file):
if ladder.is_solo and len(players) != 1:
continue

if player.get(ladder.metric) < ladder.manual_review_threshold:
if player.get(ladder.metric) > ladder.manual_review_threshold:
visible = False
manual_review = f", but result needs to be manually reviewed. Combat Log ID #{self.pk}"
else:
Expand Down

0 comments on commit 5d6eb0c

Please sign in to comment.