forked from External/mage
added timeout on sideboard + show construct and/or sideboard on reconnect
This commit is contained in:
parent
a4ed12b47b
commit
ea44fc973f
18 changed files with 161 additions and 53 deletions
|
|
@ -113,8 +113,8 @@ public class PlayerQueryEventSource implements EventSource<PlayerQueryEvent>, Se
|
|||
dispatcher.fireEvent(PlayerQueryEvent.pickCard(playerId, message, booster, time));
|
||||
}
|
||||
|
||||
public void construct(UUID playerId, String message, Deck deck, int time) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.construct(playerId, message, deck, time));
|
||||
public void construct(UUID playerId, String message, int time) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.construct(playerId, message, time));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue