83848586878889909192
logger.info("Shot " + gameId + " " + sc.getUserPrincipal().getName() + " " + shot); Boolean isHit = gameService.shot(gameId,sc.getUserPrincipal().getName(), shot); Hit hit = new Hit(); hit.setHit(isHit); return hit; }