UI fixes - can now play simultaneous games

This commit is contained in:
BetaSteward 2011-03-04 22:46:56 -05:00
parent 7e00b5cc25
commit 4f06f78621
31 changed files with 323 additions and 291 deletions

View file

@ -636,7 +636,7 @@ public class ServerImpl extends RemoteServer implements Server {
}
@Override
public void replayGame(final UUID sessionId) throws MageException {
public void replayGame(final UUID gameID, final UUID sessionId) throws MageException {
try {
rmiExecutor.execute(
new Runnable() {