forked from rDrama/rDrama
1
0
Fork 0
* MARSEYANTISCHIZO

Fixed betting that was fucked

* Update admin.py
master
scitzocel 2022-09-21 20:22:08 -04:00 committed by GitHub
parent d22d60b5f7
commit 610e1fbada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,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