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(),