Changed lost connection handling. Changed logging message.

This commit is contained in:
LevelX2 2014-08-14 08:15:58 +02:00
parent 3ea167857c
commit 9838590896
2 changed files with 7 additions and 4 deletions

View file

@ -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());
}
}