mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +00:00
fix modpe dir
This commit is contained in:
parent
0e3ce375a6
commit
36465cf00d
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ function inject(serv,settings)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
log("Modpe injection start...");
|
log("Modpe injection start...");
|
||||||
var modPePluginsDir = "./lib/modpePlugins";
|
var modPePluginsDir = __dirname+"/../../../modpePlugins";
|
||||||
log("Place your scripts in " + modPePluginsDir);
|
log("Place your scripts in " + modPePluginsDir);
|
||||||
var modCount = 0;
|
var modCount = 0;
|
||||||
var mods = [];
|
var mods = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue