forked from External/mage
Fixed a handling bug in TournamentController. Modified some debug messages.
This commit is contained in:
parent
dcf8c8e45e
commit
8bf5f01c2e
3 changed files with 14 additions and 7 deletions
|
|
@ -139,6 +139,7 @@ public class ChatSession {
|
|||
user.fireCallback(new ClientCallback("chatMessage", chatId, new ChatMessage(username, msg, time, color, messageType, soundToPlay)));
|
||||
}
|
||||
else {
|
||||
logger.debug("ChatSession.broadcast user not found - killed from chat session - userId: " + userId +" chatId: " +chatId);
|
||||
kill(userId, DisconnectReason.CleaningUp);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue