fixed modPath function
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function modPath(mod) {
|
||||
return `mods${mod.filename}`;
|
||||
return `mods/${mod.filename}`;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user