mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Fix build.
This commit is contained in:
parent
41f245cb1f
commit
c52637343c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue