fixed modPath function

This commit is contained in:
2021-02-05 15:42:38 +01:00
parent fd74731b3c
commit d53d19bb4d

View File

@ -1,5 +1,5 @@
function modPath(mod) {
return `mods${mod.filename}`;
return `mods/${mod.filename}`;
}
module.exports = {