Watching games is possible again.

This commit is contained in:
marcins78@gmail.com
2012-07-30 18:43:26 +00:00
parent 7f0704796c
commit e99aabd052

View File

@@ -90,7 +90,7 @@ public class LotroServer extends AbstractServer {
_chatServer.createChatRoom(getChatRoomName(gameId), 30);
LotroGameMediator lotroGameMediator = new LotroGameMediator(lotroFormat, participants, _lotroCardBlueprintLibrary,
competitiveTime ? 60 * 40 : 60 * 80, !allowSpectators, allowCancelling);
competitiveTime ? 60 * 40 : 60 * 80, allowSpectators, allowCancelling);
lotroGameMediator.addGameResultListener(
new GameResultListener() {
@Override