Has-Debug should be off by default
This commit is contained in:
parent
4d56796244
commit
2b8ef4bcff
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class AutoSync {
|
|||
@ConfigUI(leftPadding =8)
|
||||
public static final DependendConfigToken<Boolean> ACCEPT_MODS = DependendConfigToken.Boolean(true,"acceptMods", SYNC_CATEGORY, (config)->config.get(ENABLED));
|
||||
@ConfigUI(topPadding = 12)
|
||||
public static final ConfigToken<Boolean> DEBUG_HASHES = ConfigToken.Boolean(true, "debugHashes", SYNC_CATEGORY);
|
||||
public static final ConfigToken<Boolean> DEBUG_HASHES = ConfigToken.Boolean(false, "debugHashes", SYNC_CATEGORY);
|
||||
|
||||
|
||||
public ClientConfig(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue