Browse Source

auto rtp config max 10

ssvfdn 3 months ago
parent
commit
d5dc1e7630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/GameControlAutoRTPConfig.php

+ 1 - 1
app/controller/GameControlAutoRTPConfig.php

@@ -22,7 +22,7 @@ class GameControlAutoRTPConfig extends BaseController
             return json_error([],'参数错误');
         }
 
-        if(count($rtp_kill_data) > 10) {
+        if(count($rtp_kill_data) > 12) {
             return  json_error([],'玩家RTP区间不能超过10个');
         }