forked from External/mage
fixed multi-human drafting
This commit is contained in:
parent
5a785b9330
commit
e2fd0299c7
31 changed files with 160 additions and 107 deletions
|
|
@ -151,9 +151,10 @@ public class DraftSession {
|
|||
killed = true;
|
||||
}
|
||||
|
||||
public void sendCardPick(UUID cardId) {
|
||||
public boolean sendCardPick(UUID cardId) {
|
||||
cancelTimeout();
|
||||
draft.addPick(playerId, cardId);
|
||||
return draft.addPick(playerId, cardId);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue