mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Vote: replace hidden keywords with timestamped properties
This commit is contained in:
committed by
Michael Kamensky
parent
d35a2cdead
commit
33d83dc0c5
@@ -1181,7 +1181,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
|
||||
@Override
|
||||
public Object vote(final SpellAbility sa, final String prompt, final List<Object> options,
|
||||
final ListMultimap<Object, Player> votes) {
|
||||
final ListMultimap<Object, Player> votes, Player forPlayer) {
|
||||
return getGui().one(prompt, options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user