This commit is contained in:
aozhiwei 2024-10-15 19:21:49 +08:00
parent 0dc104abdf
commit a7c69faee1

View File

@ -78,8 +78,14 @@ func (this *player) parseUserInfo(userInfo *common.UserInfo){
break
}
}
if found {
if this.hasLuckySymbol != 0 {
if !found {
}
} else {
if found {
}
}
}
}