Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastoid501 committed Jul 18, 2024
1 parent e63e41b commit 58847b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/plastoid501/movement/util/FileUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public static void saveConfig(ModConfig config) {
} catch (IOException e) {
MovementInGUI.LOGGER.error(e.getMessage());
}

FileUtil.updateConfigs();
}

public static void updateToggleConfig(String target, JToggleConfig toggle) {
Expand Down

0 comments on commit 58847b0

Please sign in to comment.