mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-11 18:41:31 +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;
|
||||
}
|
||||
log("Modpe injection start...");
|
||||
var modPePluginsDir = "./lib/modpePlugins";
|
||||
var modPePluginsDir = __dirname+"/../../../modpePlugins";
|
||||
log("Place your scripts in " + modPePluginsDir);
|
||||
var modCount = 0;
|
||||
var mods = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue