We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea961b5 commit 0746c3aCopy full SHA for 0746c3a
README.md
@@ -31,7 +31,9 @@ class MyPlugin constructor(@param:DefaultConfig(sharedRoot = false)
31
val loader: ConfigurationLoader<CommentedConfigurationNode>) {
32
33
private val manager: FeatureManager =
34
- FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) { loader.load() }
+ FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) {
35
+ loader.load()
36
+ }
37
38
@Listener
39
fun onPreInit(event: GamePreInitializationEvent) {
0 commit comments