make abilities expanded by default
This commit is contained in:
parent
8e857e57ee
commit
c93413099d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public class Config {
|
||||||
|
|
||||||
COMBINE_LVL_TO_ABILITIES = builder
|
COMBINE_LVL_TO_ABILITIES = builder
|
||||||
.comment("combine +lvl to abilities into one row")
|
.comment("combine +lvl to abilities into one row")
|
||||||
.define("combineAddedLvlToAbilities", true);
|
.define("combineAddedLvlToAbilities", false);
|
||||||
|
|
||||||
builder.push("BUTTON");
|
builder.push("BUTTON");
|
||||||
VAULT_SCREEN_BUTTON = builder
|
VAULT_SCREEN_BUTTON = builder
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue