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;
 
                         }