MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / saveSettings

Method saveSettings

src/main/java/util/ALog.java:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public static void saveSettings() {
45 Core.settings.put("ALogFiles", files);
46 Core.settings.put("ALogEnabled", isEnabled);
47 }
48
49 private static void newFile() {
50 files++;

Callers 2

newFileMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected