mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 22:23:32 +08:00
fix new namefolder after moving
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class AbstractJvmPlugin @JvmOverloads constructor(
|
||||
) : JvmPlugin, JvmPluginInternal(parentCoroutineContext), AutoSavePluginDataHolder {
|
||||
@ConsoleExperimentalApi
|
||||
public final override val dataHolderName: String
|
||||
get() = this.description.name
|
||||
get() = this.description.id
|
||||
|
||||
public final override val loader: JvmPluginLoader get() = super<JvmPluginInternal>.loader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user