mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Fix #8758
This commit is contained in:
parent
2bd82864b1
commit
7f4e691685
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
|
||||
// use case: make all modes chooseable
|
||||
if (moreCondition != null && moreCondition.apply(game, source)) {
|
||||
realMaxModes = Integer.MAX_VALUE;
|
||||
realMaxModes = this.size();
|
||||
}
|
||||
|
||||
// use case: limit max modes by opponents (wtf?!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue