mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
Merge branch 'master' of github.com:yoimiya-kokomi/miao-plugin
This commit is contained in:
commit
e18a0bacc5
@ -96,7 +96,8 @@ let ProfileDetail = {
|
||||
return true
|
||||
}
|
||||
if (!char.isRelease) {
|
||||
if (!profileChange) {
|
||||
// 预设面板支持未实装角色
|
||||
if (!profileChange && Number(e.uid) > 100000006) {
|
||||
e.reply('角色尚未实装')
|
||||
return true
|
||||
} else if (Cfg.get('notReleasedData') === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user