Skip to content

Commit

Permalink
fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastoid501 committed Aug 7, 2024
1 parent 9206a48 commit f2e7845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/plastoid501/movement/config/Configs.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ public class Configs {
static {
toggles.put(modEnable.getId(), modEnable);
toggles.put(inCreative.getId(), inCreative);
toggles.put(isAnvil.getId(), isAnvil);
jToggles.put(modEnable.getId(), new JToggleConfig(modEnable.isEnable()));
jToggles.put(inCreative.getId(), new JToggleConfig(inCreative.isEnable()));
jToggles.put(isAnvil.getId(), new JToggleConfig(isAnvil.isEnable()));

config = new ModConfig(jToggles);

Expand Down

0 comments on commit f2e7845

Please sign in to comment.