forked from External/mage
Server: ignore connection problem logs if user don't have game sessions;
This commit is contained in:
parent
d08e54f6fc
commit
cdce5c2c82
2 changed files with 18 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue