Skip to content

Commit

Permalink
Fixes + opc bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Aug 12, 2024
1 parent 776eb40 commit 2b3651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ else if (common != null && modConfig.getSpec() == common.getSpec())
public <T> void set(final ConfigValue<T> configValue, final T value)
{
configValue.set(value);
configValue.save();
onConfigValueEdit(configValue);
}

Expand Down

0 comments on commit 2b3651b

Please sign in to comment.