|
@@ -379,7 +379,7 @@ class BetService extends BaseService
|
|
|
$randKey = array_rand($gameplayRuleList, 1);
|
|
$randKey = array_rand($gameplayRuleList, 1);
|
|
|
$gameplayRuleInfo = $gameplayRuleList[$randKey] ?? [];
|
|
$gameplayRuleInfo = $gameplayRuleList[$randKey] ?? [];
|
|
|
if ($gameplayRuleInfo) {
|
|
if ($gameplayRuleInfo) {
|
|
|
- if(!in_array($gameplayRuleInfo['keywords'], $noRule)){
|
|
|
|
|
|
|
+ if(in_array($gameplayRuleInfo['keywords'], $noRule)){
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
}
|