Some changes to user / session / chat / tournament handling (not all tested yet).

This commit is contained in:
LevelX2 2014-08-28 17:18:36 +02:00
parent e8cfb2231c
commit d3a2ba683c
13 changed files with 105 additions and 86 deletions

View file

@ -184,7 +184,7 @@ public class TableController {
return true;
} else {
throw new GameException("Playertype " + seat.getPlayerType().toString() + " could not be created.");
throw new GameException("Playertype " + seat.getPlayerType() + " could not be created.");
}
}