spjspj - Remove View Limited Deck option

This commit is contained in:
spjspj 2017-04-22 19:35:08 +10:00
parent 0cd4e06e22
commit 8845d77628
10 changed files with 4 additions and 74 deletions

View file

@ -269,10 +269,6 @@ public class User {
sideboarding.put(tableId, deck);
}
public void ccViewLimitedDeck(final Deck deck, final UUID tableId, final int time, boolean limited) {
fireCallback(new ClientCallback(ClientCallbackMethod.VIEW_LIMITED_DECK, tableId, new TableClientMessage(deck, tableId, time, limited)));
}
public void ccConstruct(final Deck deck, final UUID tableId, final int time) {
fireCallback(new ClientCallback(ClientCallbackMethod.CONSTRUCT, tableId, new TableClientMessage(deck, tableId, time)));
}