diff --git a/files/routes/votes.py b/files/routes/votes.py index 56cf895b7..1d6c91ae5 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -175,7 +175,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): mul = PROGSTACK_MUL elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {AEVANN_ID, CARP_ID}): mul = 2 - elif SITE == 'rdrama.net' and cls == Submission and target.author.id not in {8768,3402,12719,10202}: + elif SITE == 'rdrama.net' and cls == Submission and target.author.id not in {8768,3402,10202}: if (target.domain.endswith('.win') or 'forum' in target.domain or (target.domain in BOOSTED_SITES and not target.url.startswith('/')) or target.sub in BOOSTED_HOLES):