forked from External/mage
Added Phyrexian Dreadnought.
This commit is contained in:
parent
f3974e61af
commit
62b92f1c5d
3 changed files with 135 additions and 2 deletions
|
|
@ -62,7 +62,9 @@ public class ChatManager {
|
|||
}
|
||||
|
||||
public void leaveChat(UUID chatId, UUID userId) {
|
||||
chatSessions.get(chatId).kill(userId, User.DisconnectReason.CleaningUp);
|
||||
if (chatSessions.containsKey(chatId)) {
|
||||
chatSessions.get(chatId).kill(userId, User.DisconnectReason.CleaningUp);
|
||||
}
|
||||
}
|
||||
|
||||
public void destroyChatSession(UUID chatId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue