forked from MarseyWorld/MarseyWorld
cvx
parent
74e2b69d4f
commit
b2f2c785f6
|
@ -418,7 +418,7 @@ class Comment(Base):
|
|||
|
||||
if self.is_banned: return True
|
||||
|
||||
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and level > 1: return True
|
||||
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and self.level > 1: return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue