libreforge-updater

This commit is contained in:
Auxilor
2022-10-13 20:13:18 +01:00
parent 27efd2e033
commit f237f32296
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ import org.bukkit.Bukkit
import org.bukkit.event.Listener
import kotlin.math.floor
class BoostersPlugin : LibReforgePlugin() {
class BoostersPlugin : LibReforgePlugin(supportsLrcdb = false) {
val boostersYml = BoostersYml(this)
override fun handleEnableAdditional() {