forked from External/mage
* Fixed a bug that looked at cards were sometimes not shown (fixes #266 and fixes #264). Removed unused code.
This commit is contained in:
parent
86a6e75378
commit
ac23750310
9 changed files with 40 additions and 75 deletions
|
|
@ -82,10 +82,6 @@ public class PlayerQueryEventSource implements EventSource<PlayerQueryEvent>, Se
|
|||
dispatcher.fireEvent(PlayerQueryEvent.targetEvent(playerId, message, cards, required, options));
|
||||
}
|
||||
|
||||
public void target(UUID playerId, String message, Cards cards) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.lookEvent(playerId, message, cards));
|
||||
}
|
||||
|
||||
public void target(UUID playerId, String message, List<TriggeredAbility> abilities) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.targetEvent(playerId, message, abilities));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue