mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 03:20:21 -07:00
More cleanup
This commit is contained in:
parent
47e545cbc7
commit
440b8d4de1
4 changed files with 571 additions and 482 deletions
|
|
@ -160,7 +160,7 @@ object PluginDownloadManager {
|
|||
debugLog("Input stream available for plugin: ${plugin.path}")
|
||||
|
||||
// Create output directory
|
||||
val pluginsDir = ReflectiveEditorView.pluginsDirectory
|
||||
val pluginsDir = File(rt4.GlobalJsonConfig.instance.pluginsFolder)
|
||||
debugLog("Plugins directory: ${pluginsDir.absolutePath}")
|
||||
|
||||
// Validate plugins directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue