|
@@ -494,7 +494,7 @@ class UserProc {
|
|
$curDay = TimeUtil::totalDays();
|
|
$curDay = TimeUtil::totalDays();
|
|
$nextDay = TimeUtil::totalDays(ctx()->privateState->nextDayLogin);
|
|
$nextDay = TimeUtil::totalDays(ctx()->privateState->nextDayLogin);
|
|
if($curDay - $nextDay>= 2){
|
|
if($curDay - $nextDay>= 2){
|
|
- ActiveProc::ResetLimitTsBuy();
|
|
|
|
|
|
+ ActiveProc::ResetLimitTsBuy();
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|