mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
AI fixes and deck construction
This commit is contained in:
parent
4f74ae204d
commit
659f790325
27 changed files with 271 additions and 119 deletions
|
|
@ -191,7 +191,7 @@ public class TournamentController {
|
|||
TableManager.getInstance().construct(tableId);
|
||||
}
|
||||
|
||||
private synchronized void construct(UUID sessionId, Deck deck, int timeout) {
|
||||
private void construct(UUID sessionId, Deck deck, int timeout) {
|
||||
if (tournamentSessions.containsKey(sessionId))
|
||||
tournamentSessions.get(sessionId).construct(deck, timeout);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue