gffg
This commit is contained in:
parent
08618b4d81
commit
ef0b875ebd
19 changed files with 84 additions and 89 deletions
|
@ -177,7 +177,7 @@ class User(Base):
|
|||
@property
|
||||
@lazy
|
||||
def paid_dues(self):
|
||||
return self.admin_level == 6 or self.club_allowed or (self.truecoins > int(environ.get("DUES").strip()) and not self.club_banned)
|
||||
return self.admin_level > 1 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