mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
set proper default script path
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user