Skip to content

Commit

Permalink
修bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyv404 committed Dec 22, 2023
1 parent f51ba5c commit 36e264d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ISU : NfApp(), IFshApp {
if (more && (MinecraftServerPlayerQQMapping { qq = msg.uid() }.getPermissionByQQ()
?: Permissions.Default) < Permissions.OP
) {
msg.reply("需要权限至少为${Permissions.OP}", true)
msg.reply("需要权限至少为${Permissions.OP.name}", true)
return false
}

Expand Down

0 comments on commit 36e264d

Please sign in to comment.