This commit is contained in:
2026-05-20 18:23:27 +02:00
parent b8ae8956b2
commit df63969bc5
+1 -1
View File
@@ -85,7 +85,7 @@ readJSFiles(pluginsDir).forEach(file => {
if(dir) filePath = path.join(pluginsDir, file, file);
var config = parsePluginConfig(filePath);
if(dir) config = {...config, prefix: file}
if(dir) config = {...config, prefix: `${file}/`}
else config = {...config, prefix: ""}
pluginConfigs.push(config);
});