forked from External/mage
Changed lost connection handling. Changed logging message.
This commit is contained in:
parent
3ea167857c
commit
9838590896
2 changed files with 7 additions and 4 deletions
|
|
@ -174,7 +174,7 @@ public class TournamentController {
|
|||
ChatManager.getInstance().broadcast(chatId, "", player.getPlayer().getName() + " has joined the tournament", MessageColor.BLACK, true, MessageType.STATUS);
|
||||
checkStart();
|
||||
} else {
|
||||
logger.error("TournamentController.join user not found uderId: " +userId + " tournamentId: " + tournament.getId());
|
||||
logger.error("User not found userId: " + userId + " tournamentId: " + tournament.getId());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue