This commit is contained in:
Simplxs 2023-09-29 04:05:44 +08:00 committed by GitHub
parent 0b2f6dbb9f
commit 282f7f6262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ export default class NoteUser extends BaseModel {
this._map = false
MysUtil.eachGame((game) => {
let uid = mysUser.getUid(game)
if (uid) {
if (uid && this.getUid(game) == '') {
this.setMainUid(uid, game, false)
}
})