forked from External/mage
AbilityPicker shows abilities now always in the order they were defined on the object.
This commit is contained in:
parent
4dfadb3ea1
commit
7c44b16504
9 changed files with 29 additions and 28 deletions
|
|
@ -58,7 +58,7 @@ public class PlayerQueryEventSource implements EventSource<PlayerQueryEvent>, Se
|
|||
dispatcher.fireEvent(PlayerQueryEvent.selectEvent(playerId, message));
|
||||
}
|
||||
|
||||
public void chooseAbility(UUID playerId, String message, Collection<? extends ActivatedAbility> choices) {
|
||||
public void chooseAbility(UUID playerId, String message, List<? extends ActivatedAbility> choices) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.chooseAbilityEvent(playerId, message, choices));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue