We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b7da4 commit b3b4a5aCopy full SHA for b3b4a5a
src/main/java/top/mpt/huihui/answerit/commands/impl/q.java
@@ -57,7 +57,7 @@ public boolean onCommand(CommandSender sender, String[] args) {
57
return true;
58
}
59
// 如果服务器上正在发生提问
60
- if (playersOnQuestioning.contains(target)){
+ if (playersOnQuestioning.contains(target) || playersOnQuestioning.contains(q.sender)){
61
PlayerUtils.send(q.sender, i18N.getLang("please_wait_err"));
62
63
0 commit comments