seven преди 2 седмици
родител
ревизия
0ce20f8a9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
 
                         }