We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776eb40 commit 2b3651bCopy full SHA for 2b3651b
build.gradle
@@ -1 +1 @@
1
-apply from: 'https://raw.githubusercontent.com/ldtteam/OperaPublicaCreator/a03edabdd69c7a473668035114cb993f55c79b04/gradle/mod.gradle'
+apply from: 'https://raw.githubusercontent.com/ldtteam/OperaPublicaCreator/ng7/gradle/mod.gradle'
src/main/java/com/ldtteam/common/config/Configurations.java
@@ -159,6 +159,7 @@ else if (common != null && modConfig.getSpec() == common.getSpec())
159
public <T> void set(final ConfigValue<T> configValue, final T value)
160
{
161
configValue.set(value);
162
+ configValue.save();
163
onConfigValueEdit(configValue);
164
}
165
0 commit comments