소스 검색

在线礼包

cyzhao 4 달 전
부모
커밋
13a6209032
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      Gameserver/App/process/SystemProc.php

+ 4 - 4
Gameserver/App/process/SystemProc.php

@@ -100,10 +100,10 @@ class SystemProc {
             if ($timespan < 30) {                                               # 心跳包固定30秒1次
                 $timespan = 30;
             }
-             
-            if(in_array(15, ctx()->privateState->funUnlockRecord_2)){
-                ctx()->privateData()->onlineGiftts += $timespan; 
-            }
+            ctx()->privateData()->onlineGiftts += $timespan; 
+//            if(in_array(15, ctx()->privateState->funUnlockRecord_2)){
+//                
+//            }
                        
             UserProc::updateUserInfo();
         }