mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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…
Reference in a new issue