removed hack to return SKIP instead of PASS if PASS is the only option
parent
e694172fa7
commit
f46b3bf3fd
|
@ -58,11 +58,6 @@ public class MagicPlayChoice extends MagicChoice {
|
|||
// add rest of the options
|
||||
addValidChoices(game, player, true, options);
|
||||
|
||||
// if single choice, skip instead of pass
|
||||
if (options.size() == 1) {
|
||||
options.set(0, MagicPlayChoiceResult.SKIP);
|
||||
}
|
||||
|
||||
return options;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue