mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +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);
|
logger.fatal("- userId: " + userId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!user.isPresent(){
|
if (!user.isPresent()) {
|
||||||
logger.fatal("User not found : "+userId);
|
logger.fatal("User not found : "+userId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue