Fix build.

This commit is contained in:
Quercitron 2017-01-20 04:18:44 +03:00
parent 41f245cb1f
commit c52637343c

View file

@ -313,7 +313,7 @@ public class GameController implements GameCallback {
logger.fatal("- userId: " + userId);
return;
}
if(!user.isPresent(){
if (!user.isPresent()) {
logger.fatal("User not found : "+userId);
return;
}