From b36d7acde9d3a19ad17d7f656acd112632bf7e6f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 2 May 2023 15:51:51 +0100 Subject: [PATCH] Cleanup --- .../com/willfp/ecobits/currencies/PriceFactoryCurrency.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobits/currencies/PriceFactoryCurrency.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobits/currencies/PriceFactoryCurrency.kt index d3649db..5e97370 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobits/currencies/PriceFactoryCurrency.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobits/currencies/PriceFactoryCurrency.kt @@ -1,13 +1,11 @@ package com.willfp.ecobits.currencies -import com.willfp.eco.core.math.MathContext import com.willfp.eco.core.placeholder.context.PlaceholderContext import com.willfp.eco.core.placeholder.context.PlaceholderContextSupplier import com.willfp.eco.core.price.Price import com.willfp.eco.core.price.PriceFactory import org.bukkit.entity.Player import java.util.UUID -import java.util.function.Function class PriceFactoryCurrency( private val currency: Currency