From aaa32732ae9f5f8be71f24dc2b37352499a047ea Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 25 Feb 2022 12:52:47 +0200 Subject: [PATCH] fd --- files/classes/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/user.py b/files/classes/user.py index a841ce5cb..96162fda1 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -214,7 +214,7 @@ class User(Base): @property @lazy def paid_dues(self): - return self.admin_level or self.club_allowed or self.patron > 1 or (self.patron == 1 and self.truecoins > dues/5) or (self.club_allowed != False and self.truecoins > dues) + return self.admin_level or self.club_allowed or self.patron > 1 or (self.patron == 1 and self.truecoins > dues/10) or (self.club_allowed != False and self.truecoins > dues) @lazy def any_block_exists(self, other):