set proper default script path

This commit is contained in:
DarthArgus
2015-04-12 15:11:09 -05:00
parent 09d5d4c7be
commit b6d3c5f655
@@ -64,8 +64,7 @@ void ConfigServerScript::install(void)
{
data = &staticData;
KEY_STRING (scriptPath, "../../data/sku.0/sys.server/plt.shared/loc.shared"
"/compiled/game/script");
KEY_STRING (scriptPath, "../../data/sku.0/sys.server/compiled/game/script");
KEY_STRING (javaLibPath, "./jvm");
KEY_STRING (javaDebugPort, "8000");
KEY_BOOL (useRemoteDebugJava, false);