fd
This commit is contained in:
parent
a5592241c1
commit
9c5af8b779
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class User(Base, Stndrd, Age_times):
|
|||
|
||||
@property
|
||||
def paid_dues(self):
|
||||
return self.admin_level == 6 or self.club_allowed or self.truecoins > int(environ.get("DUES").strip())
|
||||
return self.admin_level == 6 or self.club_allowed or (self.truecoins > int(environ.get("DUES").strip()) and not self.club_banned)
|
||||
|
||||
def any_block_exists(self, other):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue