diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 258c6ada..67f35d87 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' => 0, + 'score_modifytime' => $this->_getNowTime(), 'best_rank_modifytime' => $this->_getNowTime(), 'createtime' => $this->_getNowTime(), 'modifytime' => $this->_getNowTime(),