Browse Source

在线礼包

cyzhao 4 tháng trước cách đây
mục cha
commit
13a6209032
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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();
         }