Fixed polymart ID

This commit is contained in:
Auxilor
2022-02-13 15:59:04 +00:00
parent acef898e5f
commit f58a5a39c4

View File

@@ -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