Added new AsThoughtEffectType to reveal face down cards (not a perfect solution I know, but better as using the cast type. If someone has a better idea to handle this, I'm open).

This commit is contained in:
LevelX2 2013-04-06 00:04:21 +02:00
parent cb6ac8e619
commit 48f1560cb8
5 changed files with 23 additions and 1 deletions

View file

@ -93,6 +93,7 @@ public class TableController {
match = GameFactory.getInstance().createMatch(options.getGameType(), options);
if (userId != null) {
User user = UserManager.getInstance().getUser(userId);
// TODO: Handle if user == null
controllerName = user.getName();
}
else {