File tree Expand file tree Collapse file tree
src/main/kotlin/co/statu/rule/database/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 if (bootstrap) {
2929 compileOnly(project(mapOf (" path" to " :Parsek" )))
3030 } else {
31- compileOnly(" com.github.parsekdev:parsek:v1.0.0-beta.7 " )
31+ compileOnly(" com.github.parsekdev:parsek:v1.0.0-beta.12 " )
3232 }
3333
3434 compileOnly(kotlin(" stdlib-jdk8" ))
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class CoreEventHandler(
1919 databasePlugin.pluginBeanContext.getBean(DatabaseManager ::class .java)
2020 }
2121
22- override suspend fun onConfigManagerReady (configManager : ConfigManager ) {
22+ override suspend fun onConfigManagerDone (configManager : ConfigManager ) {
2323 val pluginConfigManager = PluginConfigManager (
2424 databasePlugin,
2525 DatabaseConfig ::class .java,
You can’t perform that action at this time.
0 commit comments