mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Prevent altering default for desktop game
This commit is contained in:
@@ -22,7 +22,7 @@ import org.w3c.dom.NodeList;
|
||||
public enum ItemManagerConfig {
|
||||
STRING_ONLY(SColumnUtil.getStringColumn(), false, false, true,
|
||||
null, null, 1, 0),
|
||||
CARD_CATALOG(SColumnUtil.getCatalogDefaultColumns(true), true, true, false,
|
||||
CARD_CATALOG(SColumnUtil.getCatalogDefaultColumns(true), true, false, false,
|
||||
null, null, 4, 0),
|
||||
DECK_EDITOR(SColumnUtil.getDeckEditorDefaultColumns(), false, false, true,
|
||||
GroupDef.DEFAULT, ColumnDef.CMC, 4, 1),
|
||||
|
||||
Reference in New Issue
Block a user