forked from External/mage
fixed issue 247
This commit is contained in:
parent
2c8f9ce688
commit
798eb7813b
2 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ public class ChatManager {
|
|||
}
|
||||
}
|
||||
|
||||
void removeUser(UUID userId) {
|
||||
public void removeUser(UUID userId) {
|
||||
for (ChatSession chat: chatSessions.values()) {
|
||||
chat.kill(userId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue