|
@@ -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();
|
|
|
}
|