seven 2 hafta önce
ebeveyn
işleme
0ce20f8a9c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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