mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
Fix plugin processing on windows
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def processPluginDir(Path pluginDir) {
|
||||
}
|
||||
|
||||
def relativePath = pluginDir.relativize(parentPath)
|
||||
def pluginName = relativePath.toString().replaceAll(File.separator, ":")
|
||||
def pluginName = relativePath.toString().replace(File.separator, ":")
|
||||
|
||||
include ":game:plugin:$pluginName"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user