Sfoglia il codice sorgente

一键领取宝箱bug修复

cyzhao 3 settimane fa
parent
commit
1392cc692f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gameserver/App/process/FightProc.php

+ 1 - 1
Gameserver/App/process/FightProc.php

@@ -613,7 +613,7 @@ class FightProc {
      * @return type
      */
     public static function AllGateBoxReceive() {
-        list() = req()->paras;
+        //list() = req()->paras;
 
         $dic = ctx()->gates->GateList;
         foreach ($dic as $gateId => $item) {