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 53fd78b commit d9d4b6dCopy full SHA for d9d4b6d
1 file changed
inspector-bukkit/src/main/kotlin/plugin/PluginLifecycle.kt
@@ -22,7 +22,7 @@ public abstract class PluginLifecycle : PluginBase() {
22
public lateinit var holder: TrackedPlugin
23
internal set
24
25
- private val reporter: Reporter
+ public val reporter: Reporter
26
get() = holder.reporter
27
28
private val trackedServer by lazy { TrackedServer(holder) }
0 commit comments