mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed starting a constructed match with no variants applied
This commit is contained in:
@@ -577,7 +577,7 @@ public enum FControl implements KeyEventDispatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
GameRules rules = new GameRules(gameType);
|
GameRules rules = new GameRules(gameType);
|
||||||
if( null != appliedVariants )
|
if (null != appliedVariants && !appliedVariants.isEmpty())
|
||||||
rules.setAppliedVariants(appliedVariants);
|
rules.setAppliedVariants(appliedVariants);
|
||||||
rules.setPlayForAnte(Singletons.getModel().getPreferences().getPrefBoolean(FPref.UI_ANTE));
|
rules.setPlayForAnte(Singletons.getModel().getPreferences().getPrefBoolean(FPref.UI_ANTE));
|
||||||
rules.setManaBurn(Singletons.getModel().getPreferences().getPrefBoolean(FPref.UI_MANABURN));
|
rules.setManaBurn(Singletons.getModel().getPreferences().getPrefBoolean(FPref.UI_MANABURN));
|
||||||
|
|||||||
Reference in New Issue
Block a user