mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
And again.
This commit is contained in:
parent
6116320591
commit
2aceb3fcef
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ public class ChatManager {
|
|||
User user = UserManager.getInstance().getUserByName(userName);
|
||||
if (user != null) {
|
||||
if (!performUserCommand(user, message, chatId)) {
|
||||
performUserCommand(user, "LIST", chatId);
|
||||
performUserCommand(user, "/LIST", chatId);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue