[load] loading testing: added simple test for starting game by two players

This commit is contained in:
magenoxx 2012-04-30 18:56:36 +04:00
parent 0675becbf5
commit 537c326789
10 changed files with 294 additions and 14 deletions

View file

@ -264,7 +264,7 @@ public class MageServerImpl implements MageServer {
execute("startMatch", sessionId, new Action() {
public void execute() {
UUID userId = SessionManager.getInstance().getSession(sessionId).getUserId();
TableManager.getInstance().startMatch(userId, roomId, tableId);
TableManager.getInstance().startMatch(userId, roomId, tableId);
}
});
}