mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Fix JvmPluginInternal.dataFolderPath
This commit is contained in:
parent
ee4c4e2b43
commit
15c09371d5
@ -61,7 +61,7 @@ internal abstract class JvmPluginInternal(
|
|||||||
private var firstRun = true
|
private var firstRun = true
|
||||||
|
|
||||||
final override val dataFolderPath: Path by lazy {
|
final override val dataFolderPath: Path by lazy {
|
||||||
PluginManager.pluginsPath.resolve(description.name).apply { mkdir() }
|
PluginManager.pluginsDataPath.resolve(description.name).apply { mkdir() }
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun internalOnDisable() {
|
internal fun internalOnDisable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user