fix modpe dir

This commit is contained in:
Romain Beaumont 2015-10-09 17:53:05 +02:00
parent 0e3ce375a6
commit 36465cf00d

View file

@ -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 = [];