Skip to content

Commit

Permalink
fix: aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 1, 2024
1 parent fa9ce06 commit 2ce7fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void setup(IEventBus modEventBus) {
Files.createDirectories(FMLPaths.CONFIGDIR.get().resolve(Redux.MODID));
createAndLoadConfigs(ModConfig.Type.CLIENT, ReduxConfig.CLIENT_SPEC, Redux.MODID + "/client.toml");
createAndLoadConfigs(ModConfig.Type.COMMON, ReduxConfig.COMMON_SPEC, Redux.MODID + "/common.toml");
createAndLoadConfigs(ModConfig.Type.COMMON, ReduxConfig.SERVER_SPEC, Redux.MODID + "/server.toml");
createAndLoadConfigs(ModConfig.Type.SERVER, ReduxConfig.SERVER_SPEC, Redux.MODID + "/server.toml");
}
catch (Exception e) {
throw new RuntimeException("Failed to create Aether: Redux config files: ", e);
Expand Down

0 comments on commit 2ce7fcb

Please sign in to comment.