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);