From 3f6f13a61f2bbd173d27931b53a410a391082fcc Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 21 Jul 2021 18:49:15 +0100 Subject: [PATCH] Updated to eco 6 --- .../main/java/com/willfp/ecobosses/config/CustomConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/config/CustomConfig.java b/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/config/CustomConfig.java index a98b793..087390b 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/config/CustomConfig.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecobosses/config/CustomConfig.java @@ -1,11 +1,11 @@ package com.willfp.ecobosses.config; -import com.willfp.eco.core.config.yaml.YamlConfig; +import com.willfp.eco.core.config.yaml.YamlTransientConfig; import lombok.Getter; import org.bukkit.configuration.file.YamlConfiguration; import org.jetbrains.annotations.NotNull; -public class CustomConfig extends YamlConfig { +public class CustomConfig extends YamlTransientConfig { /** * The name of the config. */