From f58a5a39c4d49c541e05fe9e53e8068bff192173 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 13 Feb 2022 15:59:04 +0000 Subject: [PATCH] Fixed polymart ID --- .../src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index 7ce48d2..bd780ad 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -18,7 +18,7 @@ import org.bukkit.Bukkit import org.bukkit.event.Listener import java.util.* -class BoostersPlugin : LibReforgePlugin(0, 14269, "&e") { +class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") { val boostersYml = BoostersYml(this) private var shouldUseSQL = false