Server: ignore connection problem logs if user don't have game sessions;

This commit is contained in:
Oleg Agafonov 2020-01-16 21:26:39 +04:00
parent d08e54f6fc
commit cdce5c2c82
2 changed files with 18 additions and 7 deletions

View file

@ -152,7 +152,6 @@ public enum UserManager {
-> USER_EXECUTOR.execute(
() -> {
try {
logger.info("INFORM OPPONENTS by " + user.getName() + ": " + message);
ChatManager.instance.sendMessageToUserChats(user.getId(), message);
} catch (Exception ex) {
handleException(ex);