From b6d3c5f6556ffb4aebb0ca26bf28531f11f95836 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 12 Apr 2015 15:11:09 -0500 Subject: [PATCH] set proper default script path --- .../library/serverScript/src/shared/ConfigServerScript.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/server/library/serverScript/src/shared/ConfigServerScript.cpp b/engine/server/library/serverScript/src/shared/ConfigServerScript.cpp index ab721d56..434a64d9 100644 --- a/engine/server/library/serverScript/src/shared/ConfigServerScript.cpp +++ b/engine/server/library/serverScript/src/shared/ConfigServerScript.cpp @@ -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);