webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java
changeset 78 5ea4172dcf8b
parent 77 d574ac6e44cc
child 79 89bca098e14e
     1.1 --- a/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java	Fri Sep 11 20:32:15 2009 +0200
     1.2 +++ b/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java	Fri Sep 11 22:25:21 2009 +0200
     1.3 @@ -188,7 +188,7 @@
     1.4                  throw new IOException("Missing white and black identification in " + f);
     1.5              }
     1.6              if (g == null) {
     1.7 -                GameId id = new GameId(f.getName(), white, black, new Date(f.lastModified()), GameStatus.whiteMove);
     1.8 +                GameId id = new GameId(f.getName(), white, black, new Date(f.lastModified()), new Date(f.lastModified()), GameStatus.whiteMove);
     1.9                  g = new Game(id);
    1.10              }
    1.11              if (line.equals("finish")) {