From bd86d463a5cbfceeb49a86477b2d880de18ace6a Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 20 Dec 2023 13:22:58 +0100 Subject: [PATCH] Removed Client Flag for config (#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();