mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Removed redundant remove user from chat call and some formatting.
This commit is contained in:
parent
2c85c54b9f
commit
b360bb1528
4 changed files with 4 additions and 9 deletions
|
|
@ -129,7 +129,6 @@ public class UserManager {
|
|||
.append(" userId: ").append(userId)
|
||||
.append(" sessionId: ").append(user.getSessionId())
|
||||
.append(" Reason: ").append(reason.toString()));
|
||||
ChatManager.getInstance().removeUser(userId, reason);
|
||||
user.kill(reason);
|
||||
users.remove(userId);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue