This commit is contained in:
magenoxx 2014-08-11 11:10:44 +04:00
commit 94eedd3348

View file

@ -349,6 +349,8 @@ public class TournamentController {
tournament.leave(playerId);
}
}
} else {
logger.debug("UserId not found " + userId + " tournId: " + tournament.getId());
}
}