Skip to content

Commit 2e111b1

Browse files
committed
Switch persist on restart default to true
1 parent d1998af commit 2e111b1

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/dev/terminalmc/modlistmemory/config

1 file changed

+1
-1
lines changed

common/src/main/java/dev/terminalmc/modlistmemory/config/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class Options {
5151
public static final int memorySizeDefault = 5;
5252
public int memorySize = memorySizeDefault;
5353

54-
public static final boolean persistOnRestartDefault = false;
54+
public static final boolean persistOnRestartDefault = true;
5555
public boolean persistOnRestart = persistOnRestartDefault;
5656

5757
public static final boolean saveOnUpdateDefault = true;

0 commit comments

Comments
 (0)