pull/83/head
Aevann1 2022-12-19 23:36:41 +02:00
parent 9ceca862d9
commit 3fa6e4d020
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ def execute_blackjack(v, target, body, type):
if blackjack and any(i in body.lower() for i in blackjack.split()):
execute = True
shadowban = True
elif blackjack2 and any(i in body.lower() for i in blackjack2.split()):
elif blackjack2 and all(i in body.lower() for i in blackjack2.split()):
execute = True
shadowban = v.truescore < 100