From fc13c8cbaf3e0d80d7ed3e01cd912eeb468d431b Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 27 Dec 2023 13:37:47 +0100 Subject: [PATCH] [Feature] Support for Fabric Launcher 15.x (#136) --- src/main/java/org/betterx/bclib/config/Configs.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/betterx/bclib/config/Configs.java b/src/main/java/org/betterx/bclib/config/Configs.java index 913a7437..e002e791 100644 --- a/src/main/java/org/betterx/bclib/config/Configs.java +++ b/src/main/java/org/betterx/bclib/config/Configs.java @@ -6,7 +6,6 @@ import net.fabricmc.api.Environment; public class Configs { // Client and Server-Config must be the first entries. They are not part of the Auto-Sync process // But will be needed by other Auto-Sync Config-Files - @Environment(EnvType.CLIENT) public static final ClientConfig CLIENT_CONFIG = new ClientConfig(); public static final ServerConfig SERVER_CONFIG = new ServerConfig();