currentGame.setGameInfo(new DBGamesBean());
} else {
DBGamesBean game;
if ((game = DbAccess.gamesAccess.getByUniqueId(subpattern)) == null) {
redirect.setRedirect(new DirectRedirect(pattern.getUrlParsed()));
throw new StopDispatchException();
}
currentGame.setGameInfo(game);
currentGame.setFiles(DbAccess.filesAccess.getFilesForGame(game.getGameId()));
}