diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index cb3874b4..9823ea25 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -1130,7 +1130,7 @@ class UserController extends BaseAuthedController { $RankMeta = mt\Rank::getRankById($initRank); $initElo = \mt\Parameter::getVal($this->init_elo,1200); $is_gain_item = 0; - if (services\NftService::hasLockedNft($this->_getAddress())){ + if (services\NftService::hasAnyNft($this->_getAddress())){ $is_gain_item = 1; }