From 697e08bbab1e5c9c462f30bf426dc2ac69e53da0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 26 Oct 2021 20:08:57 +0100 Subject: [PATCH] Fixed CMI --- .../ecoskills/integrations/hologram/wrappers/HologramCMI.kt | 1 + 1 file changed, 1 insertion(+) 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 {