diff --git a/files/routes/admin.py b/files/routes/admin.py index 7cfb1cdd7..c15df9715 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -212,7 +212,7 @@ def distribute(v, option_id): pool = 0 for o in post.options: - if o.exclusive > 2: pool += o.upvotes + if o.exclusive >= 2: pool += o.upvotes pool *= 200 autojanny.coins -= pool