From e51f7dde6f151c5e3d9c7e10f4c4a353b2087436 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Thu, 27 Jul 2023 18:47:33 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 67f35d87..258c6ada 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -883,7 +883,7 @@ class UserController extends BaseAuthedController { 'level' => 1, 'exp' => 0, 'last_season_id' => $currSeasonMeta ? $currSeasonMeta['id'] : 0, - 'score_modifytime' => $this->_getNowTime(), + 'score_modifytime' => 0, 'best_rank_modifytime' => $this->_getNowTime(), 'createtime' => $this->_getNowTime(), 'modifytime' => $this->_getNowTime(),