diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/integrations/hologram/wrappers/HologramCMI.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/integrations/hologram/wrappers/HologramCMI.kt index 71b78c5..7d3ad8b 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/integrations/hologram/wrappers/HologramCMI.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/integrations/hologram/wrappers/HologramCMI.kt @@ -8,6 +8,7 @@ import net.Zrips.CMILib.Container.CMILocation import org.bukkit.Location import java.util.* +@Suppress("DEPRECATION") class HologramCMI( private val plugin: EcoPlugin ) : HologramWrapper {