forked from External/mage
[load] loading testing: added simple test for starting game by two players
This commit is contained in:
parent
0675becbf5
commit
537c326789
10 changed files with 294 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue