mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +08:00
Fix mistakenly exposed JvmPluginInternal.isEnabled
This commit is contained in:
parent
73533c37cb
commit
26f4ce5228
@ -54,6 +54,7 @@ internal abstract class JvmPluginInternal(
|
||||
}
|
||||
|
||||
final override var isEnabled: Boolean = false
|
||||
internal set
|
||||
|
||||
private val resourceContainerDelegate by lazy { this::class.java.classLoader.asResourceContainer() }
|
||||
final override fun getResourceAsStream(path: String): InputStream? =
|
||||
|
Loading…
Reference in New Issue
Block a user