Removed Client Flag for config (#136)

This commit is contained in:
Frank 2023-12-20 13:22:58 +01:00
parent 3b05f9b7c5
commit bd86d463a5

View file

@ -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();